3 references to Property
Microsoft.CodeAnalysis.Features (3)
SemanticSearch\AbstractSemanticSearchService.cs (1)
79
.Add(typeof(IPropertySymbol), QueryKind.
Property
)
SemanticSearch\QueryExecutionContext.cs (2)
83
case QueryKind.
Property
:
210
QueryKind.
Property
=> SymbolKind.Property,