19 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)
87new ClassifiedTextRun(ClassificationTypeNames.MethodName, eventName, ClassifiedTextRunStyle.UseClassificationFont),
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
Classification\ClassificationHelpers.cs (2)
216return ClassificationTypeNames.MethodName; 228return ClassificationTypeNames.MethodName;
Classification\SyntaxClassification\NameSyntaxClassifier.cs (2)
256return methodSymbol.ContainingType?.GetClassification() ?? ClassificationTypeNames.MethodName; 269return ClassificationTypeNames.MethodName;
Microsoft.CodeAnalysis.EditorFeatures (5)
Classification\ClassificationTypeDefinitions.cs (3)
174[Name(ClassificationTypeNames.MethodName)] 181[BaseDefinition(ClassificationTypeNames.MethodName)] 366[BaseDefinition(ClassificationTypeNames.MethodName)]
Classification\ClassificationTypeFormatDefinitions.cs (2)
540[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.MethodName)] 541[Name(ClassificationTypeNames.MethodName)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.cs (1)
91=> New(text, ClassificationTypeNames.MethodName);
Microsoft.CodeAnalysis.Features (2)
Common\TaggedText.cs (1)
167TextTags.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.Workspaces (2)
Classification\ClassificationTypeNames.cs (1)
54MethodName,
Classification\Classifier.cs (1)
178ClassificationTypeNames.MethodName => SymbolDisplayPartKind.MethodName,
Microsoft.VisualStudio.LanguageServices (2)
HACK_ThemeColorFixer.cs (1)
179UpdateForegroundColor(ClassificationTypeNames.MethodName, sourceFormatMap, targetFormatMap);
StackTraceExplorer\StackFrameViewModel.cs (1)
174methodLink.Inlines.Add(MakeClassifiedRun(ClassificationTypeNames.MethodName, methodTextBuilder.ToString()));