1 write to _declaringType
System.Reflection.Emit (1)
System\Reflection\Emit\TypeBuilderImpl.cs (1)
63_declaringType = enclosingType;
2 references to _declaringType
System.Reflection.Emit (2)
System\Reflection\Emit\TypeBuilderImpl.cs (2)
591public override Type? DeclaringType => _declaringType; 592public override Type? ReflectedType => _declaringType;