1 write to GenericTypeArguments
ILCompiler.MetadataTransform (1)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
2888GenericTypeArguments = visitor.Visit(this, GenericTypeArguments);
8 references to GenericTypeArguments
ILCompiler.MetadataTransform (8)
ILCompiler\Metadata\Transform.Method.cs (2)
152record.GenericTypeArguments.Capacity = instantiation.Instantiation.Length; 155record.GenericTypeArguments.Add(HandleType(typeArgument));
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (5)
2888GenericTypeArguments = visitor.Visit(this, GenericTypeArguments); 2897if (!GenericTypeArguments.SequenceEqual(other.GenericTypeArguments)) return false; 2919Debug.Assert(GenericTypeArguments.TrueForAll(handle => handle == null || 2924writer.Write(GenericTypeArguments);
Internal\Metadata\NativeFormat\Writer\NativeMetadataWriter.cs (1)
825+ string.Join(", ", this.GenericTypeArguments)