8 references to TestCSharpAsync
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (8)
Workspaces\SymbolDescriptionServiceTests.vb (8)
77Await TestCSharpAsync(workspace, 98Await TestCSharpAsync(workspace, $"({FeaturesResources.local_constant}) int x = 2") 114Await TestCSharpAsync(workspace, $"({FeaturesResources.field}) static int Foo.x") 130Await TestCSharpAsync(workspace, $"({FeaturesResources.field}) readonly int Foo.x") 146Await TestCSharpAsync(workspace, $"({FeaturesResources.field}) volatile int Foo.x") 162Await TestCSharpAsync(workspace, $"({FeaturesResources.field}) static readonly int Foo.x") 178Await TestCSharpAsync(workspace, $"({FeaturesResources.field}) static volatile int Foo.x") 198Await TestCSharpAsync(workspace, $"void Goo.Method([CancellationToken cancellationToken = default])")