3 references to FixedArguments
System.Private.CoreLib (3)
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (2)
119
ArrayBuilder<CustomAttributeTypedArgument> customAttributeTypedArguments = new ArrayBuilder<CustomAttributeTypedArgument>(_customAttribute.
FixedArguments
.Count);
120
foreach (Handle fixedArgumentHandle in _customAttribute.
FixedArguments
)
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
74
HandleCollection.Enumerator fahEnumerator = ca.
FixedArguments
.GetEnumerator();