5 references to ContainingTypeInfoPropertyName
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\References\FindUsagesLSPContext.cs (1)
238
else if (key == AbstractReferenceFinder.
ContainingTypeInfoPropertyName
)
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (2)
761
ContainingTypeInfoPropertyName
);
786
additionalProperties.Add((
ContainingTypeInfoPropertyName
, containingType.Name));
Microsoft.VisualStudio.LanguageServices (2)
FindReferences\ContainingTypeColumnDefinition.cs (1)
22
public const string ColumnName = AbstractReferenceFinder.
ContainingTypeInfoPropertyName
;
FindReferences\Contexts\AbstractTableDataSourceFindUsagesContext.cs (1)
210
case AbstractReferenceFinder.
ContainingTypeInfoPropertyName
: