3 writes to unsafeKeyword
Microsoft.CodeAnalysis.CSharp (3)
5 references to unsafeKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
13399public SyntaxToken UnsafeKeyword => this.unsafeKeyword;
134061 => this.unsafeKeyword,
13434=> new UnsafeStatementSyntax(this.Kind, this.attributeLists, this.unsafeKeyword, this.block, diagnostics, GetAnnotations());
13437=> new UnsafeStatementSyntax(this.Kind, this.attributeLists, this.unsafeKeyword, this.block, GetDiagnostics(), annotations);