3 references to WithCallingConventions
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
688
return WithUnmanagedCallingConventionList(unmanagedCallingConventionList.
WithCallingConventions
(unmanagedCallingConventionList.CallingConventions.AddRange(items)));
747
public FunctionPointerUnmanagedCallingConventionListSyntax AddCallingConventions(params FunctionPointerUnmanagedCallingConventionSyntax[] items) =>
WithCallingConventions
(this.CallingConventions.AddRange(items));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
11251
var newNode = node.WithOpenBracketToken(node.OpenBracketToken).
WithCallingConventions
(node.CallingConventions).WithCloseBracketToken(node.CloseBracketToken);