3 references to interface_
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
2027return FeaturesResources.interface_;
Snippets\CSharpInterfaceSnippetProvider.cs (1)
33public override string Description => FeaturesResources.interface_;
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
337TypeKind.Interface => FeaturesResources.interface_,