3 references to ScopedType
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Main.Generated.cs (1)
2526
=> SyntaxFactory.
ScopedType
(SyntaxFactory.Token(SyntaxKind.ScopedKeyword), type);
Syntax.xml.Syntax.Generated.cs (1)
1069
var newNode = SyntaxFactory.
ScopedType
(scopedKeyword, type);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
10421
=> SyntaxFactory.
ScopedType
(SyntaxFactory.Token(SyntaxKind.ScopedKeyword), GenerateIdentifierName());