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) 154if (_isCreated) 459protected override bool IsCreatedCore() => _isCreated; 649if (!_isCreated)