3 writes to callingConvention
Microsoft.CodeAnalysis.CSharp (3)
4 references to callingConvention
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
869public FunctionPointerCallingConventionSyntax? CallingConvention => this.callingConvention;
8782 => this.callingConvention,
906=> new FunctionPointerTypeSyntax(this.Kind, this.delegateKeyword, this.asteriskToken, this.callingConvention, this.parameterList, diagnostics, GetAnnotations());
909=> new FunctionPointerTypeSyntax(this.Kind, this.delegateKeyword, this.asteriskToken, this.callingConvention, this.parameterList, GetDiagnostics(), annotations);