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