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