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