7 references to TestIsValidAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
Debugging\ProximityExpressionsGetterTests.cs (7)
133=> await TestIsValidAsync("class Class { void Method() { string local;$$ } }", "local", true); 137=> TestIsValidAsync("class Class { void Method() { string local; } $$}", "local", false); 141=> await TestIsValidAsync("class Class { void Method() { $$int i; int j; } }", "j", false); 145=> await TestIsValidAsync("class Class { void Method() { $$int i; int j; } }", "k", false); 149=> await TestIsValidAsync("namespace Namespace$$ { }", "goo", false); 153=> await TestIsValidAsync("class Class { void Method() { $$ int i; string local; } }", "local", false); 454=> TestIsValidAsync("""