1 instantiation of TypeSpecification
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
1310return new TypeSpecification(this, handle);
4 references to TypeSpecification
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\MetadataReaderUtils.cs (1)
383var typeSpec = reader.GetTypeSpecification((TypeSpecificationHandle)handle);
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs (1)
40TypeSpecification genericOwner = _reader.GetTypeSpecification((TypeSpecificationHandle)reference.Parent);
System\Reflection\Metadata\MetadataReader.cs (1)
1308public TypeSpecification GetTypeSpecification(TypeSpecificationHandle handle)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs (1)
56public static TypeSpecification GetTypeSpecification(this TypeSpecificationHandle handle, MetadataReader reader) => reader.GetTypeSpecification(handle);