2 references to using_statement
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
2156
return CSharpFeaturesResources.
using_statement
;
Snippets\CSharpUsingSnippetProvider.cs (1)
26
public override string Description => CSharpFeaturesResources.
using_statement
;