31 references to Local
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (14)
Completion\CompletionProviders\DeclarationNameCompletionProviderTests.cs (14)
1201await VerifyItemExistsAsync(markup, "myClass", glyph: (int)Glyph.Local, expectedDescriptionOrNull: CSharpFeaturesResources.Suggested_name);
2398await VerifyItemExistsAsync(markup, "ConfigurationLocal", glyph: (int)Glyph.Local,
2427await VerifyItemExistsAsync(markup, "classB1", glyph: (int)Glyph.Local,
2446await VerifyItemExistsAsync(markup, "classB1", glyph: (int)Glyph.Local,
2466await VerifyItemExistsAsync(markup, "classB", glyph: (int)Glyph.Local,
2486await VerifyItemExistsAsync(markup, "classB", glyph: (int)Glyph.Local,
2506await VerifyItemExistsAsync(markup, "classB1", glyph: (int)Glyph.Local,
2528await VerifyItemExistsAsync(markup, "classB2", glyph: (int)Glyph.Local,
2551await VerifyItemExistsAsync(markup, "classB1", glyph: (int)Glyph.Local,
2567await VerifyItemExistsAsync(markup, "classA", glyph: (int)Glyph.Local,
2590await VerifyItemExistsAsync(markup, "classB", glyph: (int)Glyph.Local,
2751await VerifyItemExistsAsync(markup, "classB", glyph: (int)Glyph.Local,
2775await VerifyItemExistsAsync(markup, "classB", glyph: (int)Glyph.Local,
2815await VerifyItemExistsAsync(markup, "myClass1", glyph: (int)Glyph.Local, options: options);
Microsoft.CodeAnalysis.CSharp.Features (1)
Microsoft.CodeAnalysis.EditorFeatures (1)
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
Microsoft.CodeAnalysis.Features (5)
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Microsoft.VisualStudio.LanguageServices (1)