12 references to GetTypeSpecification
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\AttributePresenceFilterNode.cs (1)
241TypeSpecification customAttributeConstructorTypeSpecification = _module.MetadataReader.GetTypeSpecification(customAttributeConstructorTypeSpecificationHandle);
Compiler\DependencyAnalysis\ReadyToRun\ModuleTokenResolver.cs (2)
313TypeSpecification typeSpec = token.MetadataReader.GetTypeSpecification((TypeSpecificationHandle)token.Handle); 473TypeSpecification typeSpec = reader.GetTypeSpecification(handle);
Compiler\ReadyToRunStandaloneMethodMetadata.cs (1)
152var sigBlob = metadataReader.GetBlobReader(metadataReader.GetTypeSpecification((TypeSpecificationHandle)handle).Signature);
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
535BlobHandle typeSpecSigHandle = reader.GetTypeSpecification(handle).Signature;
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaModule.cs (1)
570TypeSpecification typeSpecification = _metadataReader.GetTypeSpecification(handle);
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3296BlobHandle signature = MetadataReader.GetTypeSpecification(typeSpec).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)
130var sigReader = reader.GetBlobReader(reader.GetTypeSpecification(handle).Signature);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
MetaDataImportImpl.cs (1)
1355TypeSpecification typeSpec = _reader.GetTypeSpecification(tsHandle);
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);