2 writes to GenericTypeArguments
ILCompiler.Compiler (1)
Compiler\MetadataManager.cs (1)
955GenericTypeArguments = genericArgs,
ILCompiler.MetadataTransform (1)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
4565GenericTypeArguments = visitor.Visit(this, GenericTypeArguments);
8 references to GenericTypeArguments
ILCompiler.MetadataTransform (8)
ILCompiler\Metadata\Transform.Type.cs (2)
167sig.GenericTypeArguments.Add(HandleType(entity.Instantiation[i])); 488sig.GenericTypeArguments.Add(HandleType(module, ref reader));
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (5)
4565GenericTypeArguments = visitor.Visit(this, GenericTypeArguments); 4574if (!GenericTypeArguments.SequenceEqual(other.GenericTypeArguments)) return false; 4597Debug.Assert(GenericTypeArguments.TrueForAll(handle => handle == null || 4602writer.Write(GenericTypeArguments);
Internal\Metadata\NativeFormat\Writer\NativeMetadataWriter.cs (1)
805return this.GenericType.ToString() + "<" + string.Join(", ", this.GenericTypeArguments) + ">";