6 references to TestIsValidAsync
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (6)
Debugging\ProximityExpressionsGetterTests.vb (6)
185Await TestIsValidAsync(<text>Module M
196Await TestIsValidAsync("class Class { void Method() { string local; } $$}", "local", False)
201Await TestIsValidAsync("class Class { void Method() { $$int i; int j; } }", "j", False)
206Await TestIsValidAsync("class Class { void Method() { $$int i; int j; } }", "k", False)
211Await TestIsValidAsync("namespace Namespace$$ { }", "goo", False)
216Await TestIsValidAsync("class Class { void Method() { $$ int i; string local; } }", "local", False)