Name | Description | |
---|---|---|
ContainsSameCodeElementsThan | Overloaded. Returns true if this codeElements sequence contains the same set of code elements than the otherCodeElements sequence. Otherwise returns false. | |
CreateCompareContextWithOlder | Creates a new ICompareContext object, with newer for NewerCodeBase and older for OlderCodeBase. | |
ExceptThirdParty<TCodeElement> | Filter code elements object from this codeElements sequence. Keeps only code elements for those ICodeElement.ICodeElement.IsThirdParty is false. | |
FillIncremental<TCodeElement> | Iteratively fills a sequence of code elements, until no new element can be added. The first iteration starts with initialSeq, and the function func is used to compute new elements of the iteration N+1 from all elements computed until the iteration N. | |
FillIterative<TCodeElement> | Iteratively fills a sequence of code elements, until no new element can be added. The first iteration starts with initialSeq, and the function func is used to compute new elements of the iteration N+1 from new elements computed at iteration N. | |
GetImage<T> | Get the image that represents the codeElement. | |
GetNbLinesOfCode_GuaranteedIfPDBFound | Try gets a number of lines of code for an application codeElement. This value is guaranteed not being zero if the code element is in an assembly for which PDB file has been found and parsed. | |
ToFullNameLikePredicate | Returns a predicate object that takes a IMember object as input parameter, and returns a boolean that determines whether the member's ICodeElement.FullName matches the regular expression regexString. | |
ToNameLikePredicate | Returns a predicate object that takes a ICodeElement object as input parameter, and returns a boolean that determines whether the code element's Name matches the regular expression regexString. | |
ToSimpleNameLikePredicate | Returns a predicate object that takes a IMethod object as input parameter, and returns a boolean that determines whether the code element's ICodeElement.SimpleName matches the regular expression regexString. | |
TryGetSourceFileContent | Try to get the content of a source file as it was at analysis time. |