2 references to NullableTypeSyntax
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
1334
=> new
NullableTypeSyntax
(this.Kind, this.elementType, this.questionToken, diagnostics, GetAnnotations());
1337
=> new
NullableTypeSyntax
(this.Kind, this.elementType, this.questionToken, GetDiagnostics(), annotations);