7 references to ReassignedVariable
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\ClassificationTypeDefinitions.cs (1)
421
[Name(ClassificationTypeNames.
ReassignedVariable
)]
Classification\ClassificationTypeFormatDefinitions.cs (2)
132
[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.
ReassignedVariable
)]
133
[Name(ClassificationTypeNames.
ReassignedVariable
)]
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensSchema.cs (1)
84
[ClassificationTypeNames.
ReassignedVariable
] = SemanticTokens.TokenModifiers.ReassignedVariable,
Microsoft.CodeAnalysis.Workspaces (3)
Classification\AbstractClassificationService.cs (1)
158
result.Add(new ClassifiedSpan(span, ClassificationTypeNames.
ReassignedVariable
));
Classification\ClassificationTypeNames.cs (2)
14
public static ImmutableArray<string> AdditiveTypeNames { get; } = [StaticSymbol,
ReassignedVariable
, ObsoleteSymbol, TestCode];
30
ReassignedVariable
,