2 references to _queriedSymbol
Microsoft.CodeAnalysis.Features (2)
CodeLens\CodeLensFindReferenceProgress.cs (2)
96var locations = symbol.Locations.Intersect(_queriedSymbol.Locations, LocationComparer.Instance).Any() 121var isConstructorInvocation = _queriedSymbol.Kind == SymbolKind.NamedType &&