1 instantiation of TypeSpecification
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
1309return new TypeSpecification(this, handle);
8 references to TypeSpecification
ILCompiler.ReadyToRun (3)
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);
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaModule.cs (1)
570TypeSpecification typeSpecification = _metadataReader.GetTypeSpecification(handle);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
MetaDataImportImpl.cs (1)
1355TypeSpecification typeSpec = _reader.GetTypeSpecification(tsHandle);
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs (1)
40TypeSpecification genericOwner = _reader.GetTypeSpecification((TypeSpecificationHandle)reference.Parent);
System\Reflection\Metadata\MetadataReader.cs (1)
1307public 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);