2 writes to _isCreated
System.Reflection.Emit (2)
System\Reflection\Emit\TypeBuilderImpl.cs (2)
108
_isCreated
= true;
121
_isCreated
= true;
4 references to _isCreated
System.Reflection.Emit (4)
System\Reflection\Emit\TypeBuilderImpl.cs (4)
101
if (
_isCreated
)
153
if (
_isCreated
)
458
protected override bool IsCreatedCore() =>
_isCreated
;
648
if (!
_isCreated
)