5 references to TypeSpecificationHandle
ILCompiler.ReadyToRun (1)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
534TypeSpecificationHandle handle = MetadataTokens.TypeSpecificationHandle(i);
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
492return MetadataTokens.TypeSpecificationHandle(_typeSpecIndex.GetOrAdd(reference));
PEWriter\FullMetadataWriter.cs (1)
296return MetadataTokens.TypeSpecificationHandle(_typeSpecIndex.GetOrAdd(reference));
Microsoft.Diagnostics.DataContractReader.Legacy (1)
MetaDataImportImpl.cs (1)
1354TypeSpecificationHandle tsHandle = MetadataTokens.TypeSpecificationHandle(GetRID(typespec));
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs (1)
94public static TypeSpecificationHandle ToTypeSpecificationHandle(this int token) => MetadataTokens.TypeSpecificationHandle(token);