2 writes to _isCreated
System.Reflection.Emit (2)
System\Reflection\Emit\TypeBuilderImpl.cs (2)
109
_isCreated
= true;
122
_isCreated
= true;
4 references to _isCreated
System.Reflection.Emit (4)
System\Reflection\Emit\TypeBuilderImpl.cs (4)
102
if (
_isCreated
)
165
if (
_isCreated
)
470
protected override bool IsCreatedCore() =>
_isCreated
;
660
if (!
_isCreated
)