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