2 instantiations of TypeSpecification
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
5392=> new TypeSpecification(reader, this); 7915return new TypeSpecification(this, handle);
6 references to TypeSpecification
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
5391public TypeSpecification GetTypeSpecification(MetadataReader reader) 7913public TypeSpecification GetTypeSpecification(TypeSpecificationHandle handle)
System.Private.StackTraceMetadata (3)
Internal\StackTraceMetadata\MethodNameFormatter.cs (2)
341TypeSpecification typeSpec = _metadataReader.GetTypeSpecification(typeSpecHandle); 499TypeSpecification typeSpec = handle.ToTypeSpecificationHandle(metadataReader).GetTypeSpecification(metadataReader);
Internal\StackTraceMetadata\StackTraceMetadata.cs (1)
241TypeSpecification typeSpec = reader.GetTypeSpecification(handle.ToTypeSpecificationHandle(reader));
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\MetadataNameExtensions.cs (1)
85var typeSpec = typeSpecHandle.GetTypeSpecification(reader);