8 references to VerifyRange
Microsoft.CodeAnalysis.Workspaces.UnitTests (8)
CodeCleanup\CodeCleanupTests.cs (8)
160
=>
VerifyRange
("{|b:{|r:class C {}|}|}");
164
=>
VerifyRange
("{|r:class {|b:C { }|} class {|b: B { } |}|}");
168
=>
VerifyRange
("{|r:class {|b:C { }|} class {|b: B { } |} |}");
254
=>
VerifyRange
("namespace N {|r:{ {|b:class C { {|b:void Method() { }|} }|} }|}");
258
=>
VerifyRange
("namespace N {|r:{ {|b:class C { |}{|b:void Method() { } }|} }|}");
262
=>
VerifyRange
("namespace N { class C {|r:{ {|b:void Method() { }|} }|} class C2 {|r:{ {|b:void Method() { }|} }|} }");
281
await
VerifyRange
(code, LanguageNames.VisualBasic);
339
await
VerifyRange
(code, LanguageNames.VisualBasic);