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