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