2 overrides of SupportsGlobalUsings
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (2)
CSharp\CSharpSquigglesDesktop.cs (1)
14protected override bool SupportsGlobalUsings => false;
CSharp\CSharpSquigglesNetCore.cs (1)
16protected override bool SupportsGlobalUsings => true;
1 reference to SupportsGlobalUsings
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (1)
CSharp\CSharpSquigglesCommon.cs (1)
47var usingsErrorTags = SupportsGlobalUsings ? ("suggestion", TextSpan.FromBounds(0, 68), @"using System;