5 references to InitLocals
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
3021attributes: (methodBody.AreLocalsZeroed ? MethodBodyAttributes.InitLocals : 0),
System.Reflection.Emit (1)
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
630attributes: method.InitLocals ? MethodBodyAttributes.InitLocals : MethodBodyAttributes.None,
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\Encoding\MethodBodyStreamEncoder.cs (3)
74MethodBodyAttributes attributes = MethodBodyAttributes.InitLocals, 167MethodBodyAttributes attributes = MethodBodyAttributes.InitLocals, 236bool initLocals = (attributes & MethodBodyAttributes.InitLocals) != 0;