45 references to UsingNode
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (45)
Parsing\AsyncParsingTests.cs (7)
1234UsingNode("async => async", options); 1256UsingNode("async async => async", options); 1279UsingNode("async async => async async => async", options); 1311UsingNode("(async) => async", options); 1338UsingNode("async (async) => async", options); 1366UsingNode("async delegate { }", options); 1386UsingNode("async delegate (int x) { }", options);
Parsing\CrefParsingTests.cs (4)
352UsingNode("operator >>>", options); 367UsingNode("operator > >>", options); 383UsingNode("operator >> >", options); 399UsingNode("operator >>>=", options);
Parsing\DeclarationParsingTests.cs (3)
7160var tree = UsingNode(@" 8805UsingNode( 8951UsingNode(test,
Parsing\FunctionPointerTests.cs (5)
2206UsingNode(@" 3351UsingNode(@" 3425UsingNode(@" 3578UsingNode(@" 4129UsingNode("using t = delegate*<void>;", options: TestOptions.Regular9);
Parsing\MemberDeclarationParsingTests.cs (1)
1870UsingNode($$"""
Parsing\SingleLineDeclarationParsingTests.cs (18)
169UsingNode( 198UsingNode(test, TestOptions.Regular9); 252UsingNode( 360UsingNode( 392UsingNode( 427UsingNode( 462UsingNode( 497UsingNode( 529UsingNode( 561UsingNode( 591UsingNode( 621UsingNode( 651UsingNode( 706UsingNode( 737UsingNode( 767UsingNode( 790UsingNode( 824UsingNode(
Parsing\SuppressNullableWarningExpressionParsingTests.cs (7)
77UsingNode( 97UsingNode( 121UsingNode( 149UsingNode( 226UsingNode( 817UsingNode(text, options: TestOptions.Regular7_3); 820UsingNode(text, options: TestOptions.Regular8);