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