1 write to _constructorArguments
System.Private.CoreLib (1)
System\Reflection\Runtime\CustomAttributes\RuntimePseudoCustomAttributeData.cs (1)
26
_constructorArguments
= new ReadOnlyCollection<CustomAttributeTypedArgument>(constructorArguments);
3 references to _constructorArguments
System.Private.CoreLib (3)
System\Reflection\Runtime\CustomAttributes\RuntimePseudoCustomAttributeData.cs (3)
41
int numArguments =
_constructorArguments
.Count;
48
expectedParameterTypes[i] =
_constructorArguments
[i].ArgumentType;
56
return
_constructorArguments
;