6 references to GlobalKeyword
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3427SyntaxFactory.IdentifierName(GlobalKeyword),
Simplification\CSharpSimplificationService.Expander.cs (1)
918IdentifierName(GlobalKeyword),
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\ExpressionGenerator.cs (1)
303ExpressionSyntax result = IdentifierName(GlobalKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.ExpressionSyntaxGeneratorVisitor.cs (2)
71IdentifierName(GlobalKeyword), 97IdentifierName(GlobalKeyword),
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.TypeSyntaxGeneratorVisitor.cs (1)
222=> IdentifierName(GlobalKeyword);