4 references to GetTypeSpecificationSignatureReaderOrThrow
Microsoft.CodeAnalysis (3)
MetadataReader\MetadataDecoder.cs (3)
178
BlobReader memoryReader = this.Module.
GetTypeSpecificationSignatureReaderOrThrow
(typeSpec);
799
BlobReader memoryReader = this.Module.
GetTypeSpecificationSignatureReaderOrThrow
((TypeSpecificationHandle)token);
915
var memoryReader = this.Module.
GetTypeSpecificationSignatureReaderOrThrow
((TypeSpecificationHandle)token);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
1257
var sigReader = decoder.Module.
GetTypeSpecificationSignatureReaderOrThrow
((TypeSpecificationHandle)baseTypeHandle);