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)
102if (_isCreated) 165if (_isCreated) 470protected override bool IsCreatedCore() => _isCreated; 657if (!_isCreated)