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