1 write to IsGlobalStatementContext
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
SyntaxContext.cs (1)
101
this.
IsGlobalStatementContext
= isGlobalStatementContext;
1 reference to IsGlobalStatementContext
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpSyntaxContext.cs (1)
405
=>
IsGlobalStatementContext
&& SyntaxTree.Options.Kind is SourceCodeKind.Regular;