3 references to LocalVariablesInitialized
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunStandaloneMethodMetadata.cs (1)
102
_nonCodeAlternateBlob.WriteByte(_methodBody.
LocalVariablesInitialized
? (byte)1 : (byte)0);
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\EcmaMethodIL.cs (1)
69
return _methodBody.
LocalVariablesInitialized
;
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodBody.cs (1)
23
public sealed override bool InitLocals => Block.
LocalVariablesInitialized
;