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)
41int numArguments = _constructorArguments.Count; 48expectedParameterTypes[i] = _constructorArguments[i].ArgumentType; 56return _constructorArguments;