3 references to TypeSpecificationHandle
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
471return MetadataTokens.TypeSpecificationHandle(_typeSpecIndex.GetOrAdd(reference));
PEWriter\FullMetadataWriter.cs (1)
297return MetadataTokens.TypeSpecificationHandle(_typeSpecIndex.GetOrAdd(reference));
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs (1)
94public static TypeSpecificationHandle ToTypeSpecificationHandle(this int token) => MetadataTokens.TypeSpecificationHandle(token);