1 write to FormattedLabelWithoutContainingSymbol
Microsoft.VisualStudio.LanguageServices (1)
Progression\RoslynGraphProperties.cs (1)
123
FormattedLabelWithoutContainingSymbol
= Schema.Properties.AddNewProperty(
3 references to FormattedLabelWithoutContainingSymbol
Microsoft.VisualStudio.LanguageServices (3)
Progression\GraphBuilder.cs (2)
351
node[RoslynGraphProperties.
FormattedLabelWithoutContainingSymbol
] = progressionLanguageService.GetLabelForSymbol(symbol, includeContainingSymbol: false);
362
node.Label = (string)node[RoslynGraphProperties.
FormattedLabelWithoutContainingSymbol
];
Progression\GraphFormattedLabelExtension.cs (1)
27
RoslynGraphProperties.
FormattedLabelWithoutContainingSymbol
,