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