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