Base:
property
Instantiation
Internal.TypeSystem.TypeDesc.Instantiation
6 references to Instantiation
System.Private.TypeLoader (6)
Internal\TypeSystem\RuntimeNoMetadataType.cs (6)
242
foreach (TypeDesc t in
Instantiation
)
256
Instantiation canonInstantiation = Context.ConvertInstantiationToCanonForm(
Instantiation
, kind, out needsChange);
395
if (!
Instantiation
.IsNull)
397
for (int i = 0; i <
Instantiation
.Length; i++)
400
sb.Append(
Instantiation
[i].ToString());
402
if (
Instantiation
.Length > 0) sb.Append(']');