8 references to VerifyRange
Microsoft.CodeAnalysis.Workspaces.UnitTests (8)
CodeCleanup\CodeCleanupTests.cs (8)
162
=>
VerifyRange
("{|b:{|r:class C {}|}|}");
166
=>
VerifyRange
("{|r:class {|b:C { }|} class {|b: B { } |}|}");
170
=>
VerifyRange
("{|r:class {|b:C { }|} class {|b: B { } |} |}");
260
=>
VerifyRange
("namespace N {|r:{ {|b:class C { {|b:void Method() { }|} }|} }|}");
264
=>
VerifyRange
("namespace N {|r:{ {|b:class C { |}{|b:void Method() { } }|} }|}");
268
=>
VerifyRange
("namespace N { class C {|r:{ {|b:void Method() { }|} }|} class C2 {|r:{ {|b:void Method() { }|} }|} }");
287
VerifyRange
(code, LanguageNames.VisualBasic);
345
VerifyRange
(code, LanguageNames.VisualBasic);