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