23 references to MethodName
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\FormattedClassifications.cs (1)
80=> New(text, ClassificationTypeNames.MethodName);
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupSessionManager.cs (1)
79new ClassifiedTextRun(ClassificationTypeNames.MethodName, eventName, ClassifiedTextRunStyle.UseClassificationFont),
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
Classification\ClassificationHelpers.cs (2)
214return ClassificationTypeNames.MethodName; 226return ClassificationTypeNames.MethodName;
Classification\SyntaxClassification\NameSyntaxClassifier.cs (2)
256return methodSymbol.ContainingType?.GetClassification() ?? ClassificationTypeNames.MethodName; 269return ClassificationTypeNames.MethodName;
Microsoft.CodeAnalysis.EditorFeatures (5)
Classification\ClassificationTypeDefinitions.cs (3)
150[Name(ClassificationTypeNames.MethodName)] 157[BaseDefinition(ClassificationTypeNames.MethodName)] 342[BaseDefinition(ClassificationTypeNames.MethodName)]
Classification\ClassificationTypeFormatDefinitions.cs (2)
483[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.MethodName)] 484[Name(ClassificationTypeNames.MethodName)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.cs (1)
79=> New(text, ClassificationTypeNames.MethodName);
Microsoft.CodeAnalysis.Features (2)
Common\TaggedText.cs (1)
164TextTags.Method => ClassificationTypeNames.MethodName,
SpellCheck\AbstractSpellCheckSpanService.cs (1)
230case ClassificationTypeNames.MethodName:
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensSchema.cs (1)
49[ClassificationTypeNames.MethodName] = SemanticTokenTypes.Method,
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (4)
SemanticTokens\SemanticTokensRangeTests.cs (4)
3110, 5, 1, tokenTypeToIndex[ClassificationTypeNames.MethodName], 0, // 'M' 4010, 5, 1, tokenTypeToIndex[ClassificationTypeNames.MethodName], 0, // 'M' 5130, 5, 1, tokenTypeToIndex[ClassificationTypeNames.MethodName], 0, // 'M' 7460, 1, 4, tokenTypeToIndex[ClassificationTypeNames.MethodName], 1,
Microsoft.CodeAnalysis.Workspaces (2)
Classification\ClassificationTypeNames.cs (1)
51MethodName,
Classification\Classifier.cs (1)
178ClassificationTypeNames.MethodName => SymbolDisplayPartKind.MethodName,
Microsoft.VisualStudio.LanguageServices (2)
HACK_ThemeColorFixer.cs (1)
176UpdateForegroundColor(ClassificationTypeNames.MethodName, sourceFormatMap, targetFormatMap);
StackTraceExplorer\StackFrameViewModel.cs (1)
174methodLink.Inlines.Add(MakeClassifiedRun(ClassificationTypeNames.MethodName, methodTextBuilder.ToString()));