4 references to GetTypeSpecification
System.Private.CoreLib (2)
System\Reflection\ModifiedType.NativeAot.cs (2)
32
handle = reader.
GetTypeSpecification
(handle.ToTypeSpecificationHandle(reader)).Signature;
80
Handle fnPtrTypeSigHandle = reader.
GetTypeSpecification
(
System.Private.StackTraceMetadata (2)
Internal\StackTraceMetadata\MethodNameFormatter.cs (1)
341
TypeSpecification typeSpec = _metadataReader.
GetTypeSpecification
(typeSpecHandle);
Internal\StackTraceMetadata\StackTraceMetadata.cs (1)
241
TypeSpecification typeSpec = reader.
GetTypeSpecification
(handle.ToTypeSpecificationHandle(reader));