4 references to GetMemoryReaderOrThrow
Microsoft.CodeAnalysis (4)
DiagnosticAnalyzer\AnalyzerFileReference.cs (2)
288
BlobReader argsReader = peModule.
GetMemoryReaderOrThrow
(peModule.GetCustomAttributeValueOrThrow(customAttrHandle));
296
BlobReader argsReader = peModule.
GetMemoryReaderOrThrow
(peModule.GetCustomAttributeValueOrThrow(customAttrHandle));
MetadataReader\MetadataDecoder.cs (2)
1637
BlobReader argsReader = Module.
GetMemoryReaderOrThrow
(Module.GetCustomAttributeValueOrThrow(handle));
1777
BlobReader reader = module.
GetMemoryReaderOrThrow
(signature);