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