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)
101if (_isCreated) 153if (_isCreated) 458protected override bool IsCreatedCore() => _isCreated; 648if (!_isCreated)