8 references to VerifyRange
Microsoft.CodeAnalysis.Workspaces.UnitTests (8)
CodeCleanup\CodeCleanupTests.cs (8)
159
=>
VerifyRange
("{|b:{|r:class C {}|}|}");
163
=>
VerifyRange
("{|r:class {|b:C { }|} class {|b: B { } |}|}");
167
=>
VerifyRange
("{|r:class {|b:C { }|} class {|b: B { } |} |}");
253
=>
VerifyRange
("namespace N {|r:{ {|b:class C { {|b:void Method() { }|} }|} }|}");
257
=>
VerifyRange
("namespace N {|r:{ {|b:class C { |}{|b:void Method() { } }|} }|}");
261
=>
VerifyRange
("namespace N { class C {|r:{ {|b:void Method() { }|} }|} class C2 {|r:{ {|b:void Method() { }|} }|} }");
280
await
VerifyRange
(code, LanguageNames.VisualBasic);
338
await
VerifyRange
(code, LanguageNames.VisualBasic);