5 references to UsingNode
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
Parsing\DeclarationParsingTests.cs (1)
5412UsingNode(text, file);
Parsing\NameParsingTests.cs (2)
258UsingNode(text, name); 398UsingNode(text, tname);
Parsing\ParsingTests.cs (2)
123UsingNode(text, SyntaxFactory.ParseExpression(text, options: options), expectedErrors); 180UsingNode(text, node, expectedErrors);