1 write to MarshallerLocalVariable
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (1)
1238MarshallerLocalVariable = emitter.NewLocal(customMarshallerType);
4 references to MarshallerLocalVariable
ILCompiler.Compiler (4)
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (4)
1215if (MarshallerLocalVariable != (ILLocalVariable)(-1)) 1217return MarshallerLocalVariable; 1257fnptrLoadStream.EmitStLoc(MarshallerLocalVariable); 1258return MarshallerLocalVariable;