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