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)
52public override Type? ReflectedType => _containingType; 56public override Type? DeclaringType => _containingType;