1 write to _containingType
System.Reflection.Emit (1)
System\Reflection\Emit\ArrayMethod.cs (1)
39
_containingType
= arrayClass;
2 references to _containingType
System.Reflection.Emit (2)
System\Reflection\Emit\ArrayMethod.cs (2)
52
public override Type? ReflectedType =>
_containingType
;
56
public override Type? DeclaringType =>
_containingType
;