2 references to NamedArguments
System.Private.CoreLib (2)
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (2)
158
ArrayBuilder<CustomAttributeNamedArgument> customAttributeNamedArguments = new ArrayBuilder<CustomAttributeNamedArgument>(_customAttribute.
NamedArguments
.Count);
159
foreach (NamedArgumentHandle namedArgumentHandle in _customAttribute.
NamedArguments
)