1 write to callingConvention
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (1)
171this.callingConvention = callingConvention;
2 references to callingConvention
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (2)
395info.callingConvention == MethodCallingConventionEnum.Static, 396info.callingConvention == MethodCallingConventionEnum.Virtual);