3 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);