1 implementation of GetConstructedType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
5 references to GetConstructedType
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\Signature\SignatureTypeProvider.cs (5)
29=> _runtimeTypeSystem.GetConstructedType(elementType, CorElementType.Array, shape.Rank, []);
32=> _runtimeTypeSystem.GetConstructedType(elementType, CorElementType.Byref, 0, []);
38=> _runtimeTypeSystem.GetConstructedType(genericType, CorElementType.GenericInst, 0, typeArguments);
66=> _runtimeTypeSystem.GetConstructedType(elementType, CorElementType.Ptr, 0, []);
72=> _runtimeTypeSystem.GetConstructedType(elementType, CorElementType.SzArray, 1, []);