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