1 write to _ctorArgs
System.Reflection.Emit (1)
System\Reflection\Emit\CustomAttributeWrapper.cs (1)
53
info.
_ctorArgs
= new object?[pi.Length];
6 references to _ctorArgs
System.Reflection.Emit (6)
System\Reflection\Emit\CustomAttributeWrapper.cs (1)
56
info.
_ctorArgs
[i] = DecodeCustomAttributeValue(pi[i].ParameterType, binaryAttribute, pos, out pos);
System\Reflection\Emit\ParameterBuilderImpl.cs (1)
59
SetConstant(caInfo.
_ctorArgs
[0]);
System\Reflection\Emit\PseudoCustomAttributesData.cs (3)
31
string? moduleName = (string?)attr.
_ctorArgs
[0];
298
if (attributeInfo.
_ctorArgs
[0] is short shortValue)
304
unmanagedType = (UnmanagedType)attributeInfo.
_ctorArgs
[0]!;
System\Reflection\Emit\TypeBuilderImpl.cs (1)
511
LayoutKind layoutKind = (LayoutKind)attributeInfo.
_ctorArgs
[0]!;