11 implementations of GetGenericInstantiation
ILAssembler (1)
EntityRegistry.cs (1)
860public BlobOrHandle GetGenericInstantiation(BlobOrHandle genericType, ImmutableArray<BlobOrHandle> typeArguments)
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\AttributePresenceFilterNode.cs (1)
148public DummyType GetGenericInstantiation(DummyType genericType, ImmutableArray<DummyType> typeArguments)
Compiler\DependencyAnalysis\ReadyToRun\ModuleTokenResolver.cs (1)
419public DummyTypeInfo GetGenericInstantiation(DummyTypeInfo genericType, ImmutableArray<DummyTypeInfo> typeArguments)
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolTree\SymbolTreeInfo.FirstEntityHandleProvider.cs (1)
41public EntityHandle GetGenericInstantiation(EntityHandle genericType, ImmutableArray<EntityHandle> typeArguments) => genericType;
FindSymbols\SymbolTree\SymbolTreeInfo.Node.cs (1)
106public ParameterTypeInfo GetGenericInstantiation(ParameterTypeInfo genericType, ImmutableArray<ParameterTypeInfo> typeArguments)
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\Signature\SignatureTypeProvider.cs (1)
37public TypeHandle GetGenericInstantiation(TypeHandle genericType, ImmutableArray<TypeHandle> typeArguments)
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
83public GcTypeKind GetGenericInstantiation(GcTypeKind genericType, ImmutableArray<GcTypeKind> typeArguments)
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataFrame.cs (1)
726public (uint Flags, int Size) GetGenericInstantiation((uint Flags, int Size) genericType, ImmutableArray<(uint Flags, int Size)> typeArguments)
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\General\Ecma\EcmaSignatureTypeProviderForToString.cs (1)
36public string GetGenericInstantiation(string genericType, ImmutableArray<string> typeArguments)
System\Reflection\TypeLoading\General\Ecma\EcmaWrappedTypeProvider.cs (1)
41public RoType GetGenericInstantiation(RoType genericType, ImmutableArray<RoType> typeArguments)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.TypeProvider.cs (1)
27public RoType GetGenericInstantiation(RoType genericType, ImmutableArray<RoType> typeArguments)
2 references to GetGenericInstantiation
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Signature\RuntimeSignatureDecoder.cs (1)
254return _provider.GetGenericInstantiation(genericType, types);
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\SignatureDecoder.cs (1)
287return _provider.GetGenericInstantiation(genericType, types);