1 write to SearchResult
Microsoft.CodeAnalysis.Features (1)
AddImport\References\Reference.cs (1)
33
SearchResult
= searchResult;
12 references to SearchResult
Microsoft.CodeAnalysis.Features (12)
AddImport\References\Reference.cs (12)
47
SearchResult
.DesiredName, other.
SearchResult
.DesiredName);
56
SearchResult
.NameParts, other.
SearchResult
.NameParts,
73
other.
SearchResult
.NameParts != null &&
74
SearchResult
.NameParts.SequenceEqual(other.
SearchResult
.NameParts);
78
=> Hash.CombineValues(
SearchResult
.NameParts);
83
if (!
SearchResult
.DesiredNameDiffersFromSourceName())
88
var identifier =
SearchResult
.NameNode.GetFirstToken();
90
var newIdentifier = generator.IdentifierName(
SearchResult
.DesiredName).GetFirstToken().WithTriviaFrom(identifier);
115
node,
SearchResult
.NameParts, document, options.AddImportOptions, cancellationToken).ConfigureAwait(false);