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();
93
public override Module Module =>
_containingType
.Module;
105
public override Type? DeclaringType =>
_containingType
;
107
public override Type? ReflectedType =>
_containingType
;