1 write to m_containingType
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimePropertyBuilder.cs (1)
45
m_containingType
= containingType;
6 references to m_containingType
System.Private.CoreLib (6)
src\System\Reflection\Emit\RuntimePropertyBuilder.cs (6)
53
m_containingType
.ThrowIfCreated();
67
public override Module Module =>
m_containingType
.Module;
73
m_containingType
.ThrowIfCreated();
102
m_containingType
.ThrowIfCreated();
192
public override Type? DeclaringType =>
m_containingType
;
194
public override Type? ReflectedType =>
m_containingType
;