7 references to InterfaceName
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Classification\ClassificationHelpers.cs (2)
306
SyntaxKind.InterfaceDeclaration => ClassificationTypeNames.
InterfaceName
,
360
SyntaxKind.InterfaceDeclaration => ClassificationTypeNames.
InterfaceName
,
Microsoft.CodeAnalysis.Features (2)
Common\TaggedText.cs (1)
159
TextTags.Interface => ClassificationTypeNames.
InterfaceName
,
SpellCheck\AbstractSpellCheckSpanService.cs (1)
220
case ClassificationTypeNames.
InterfaceName
:
Microsoft.CodeAnalysis.Workspaces (3)
Classification\ClassificationExtensions.cs (1)
15
TypeKind.Interface => ClassificationTypeNames.
InterfaceName
,
Classification\ClassificationTypeNames.cs (1)
41
InterfaceName
,
Classification\Classifier.cs (1)
166
ClassificationTypeNames.
InterfaceName
=> SymbolDisplayPartKind.InterfaceName,