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)
385info.callingConvention == MethodCallingConventionEnum.Static, 386info.callingConvention == MethodCallingConventionEnum.Virtual);