9 writes to MethCallConv
AssemblyStripper (9)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Signatures\SignatureReader.cs (9)
260 methodDef.MethCallConv |= MethodCallingConvention.VarArg; 262 methodDef.MethCallConv |= MethodCallingConvention.Generic; 265 methodDef.MethCallConv |= MethodCallingConvention.Default; 281 methodRef.MethCallConv |= MethodCallingConvention.C; 283 methodRef.MethCallConv |= MethodCallingConvention.StdCall; 285 methodRef.MethCallConv |= MethodCallingConvention.ThisCall; 287 methodRef.MethCallConv |= MethodCallingConvention.FastCall; 289 methodRef.MethCallConv |= MethodCallingConvention.VarArg; 291 methodRef.MethCallConv |= MethodCallingConvention.Default;
4 references to MethCallConv
AssemblyStripper (4)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Cil\CodeReader.cs (1)
322 ms.MethCallConv, m_reflectReader.GetMethodReturnType (ms, context));
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ReflectionReader.cs (3)
272 name, ms.HasThis, ms.ExplicitThis, ms.MethCallConv); 733 mdef.CallingConvention = msig.MethCallConv; 1115 funcptr.Method.MethCallConv, GetMethodReturnType (funcptr.Method, context));