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