19 references to UsingTree
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (19)
Parsing\RecordParsing.cs (19)
37
UsingTree
(text);
71
UsingTree
(text);
168
UsingTree
(text);
209
UsingTree
(text);
228
UsingTree
(text);
454
UsingTree
("record R<T> where T : class;");
538
UsingTree
("record R<T1, T2> where T1 : class where T2 : class;");
596
UsingTree
("abstract class C<T> where T : class;");
637
UsingTree
("abstract class C<T1, T2> where T1 : class where T2 : class;");
695
UsingTree
("abstract record R { abstract void M<T>() where T : class; }");
754
UsingTree
(text);
911
UsingTree
("record R<T> where T : class { }");
1004
UsingTree
("record R<T> where T : class, new();");
1374
UsingTree
(text);
2259
UsingTree
(text);
2340
UsingTree
(text);
2527
UsingTree
(text);
2557
UsingTree
(text);
2609
UsingTree
(text);