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