1 write to _containingType
System.Reflection.Emit (1)
System\Reflection\Emit\PropertyBuilderImpl.cs (1)
38_containingType = containingType;
8 references to _containingType
System.Reflection.Emit (8)
System\Reflection\Emit\PropertyBuilderImpl.cs (8)
51_containingType.ThrowIfCreated(); 59_containingType.ThrowIfCreated(); 65_containingType.ThrowIfCreated(); 80_containingType.ThrowIfCreated(); 88_containingType.ThrowIfCreated(); 93public override Module Module => _containingType.Module; 105public override Type? DeclaringType => _containingType; 107public override Type? ReflectedType => _containingType;