7 references to GetTypeSpecification
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3264BlobHandle signature = MetadataReader.GetTypeSpecification(typeSpec).Signature;
Microsoft.CodeAnalysis.Test.Utilities (2)
Metadata\MetadataReaderUtils.cs (2)
383var typeSpec = reader.GetTypeSpecification((TypeSpecificationHandle)handle); 458var sigReader = reader.GetBlobReader(reader.GetTypeSpecification(handle).Signature);
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolTree\SymbolTreeInfo.FirstEntityHandleProvider.cs (1)
30var sigReader = reader.GetBlobReader(reader.GetTypeSpecification(handle).Signature);
FindSymbols\SymbolTree\SymbolTreeInfo.Node.cs (1)
146var sigReader = reader.GetBlobReader(reader.GetTypeSpecification(handle).Signature);
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs (1)
40TypeSpecification genericOwner = _reader.GetTypeSpecification((TypeSpecificationHandle)reference.Parent);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs (1)
56public static TypeSpecification GetTypeSpecification(this TypeSpecificationHandle handle, MetadataReader reader) => reader.GetTypeSpecification(handle);