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