7 references to GetMemoryReaderOrThrow
Microsoft.CodeAnalysis (5)
DiagnosticAnalyzer\AnalyzerFileReference.cs (2)
272
BlobReader argsReader = peModule.
GetMemoryReaderOrThrow
(peModule.GetCustomAttributeValueOrThrow(customAttrHandle));
280
BlobReader argsReader = peModule.
GetMemoryReaderOrThrow
(peModule.GetCustomAttributeValueOrThrow(customAttrHandle));
MetadataReader\MetadataDecoder.cs (3)
1697
BlobReader argsReader = Module.
GetMemoryReaderOrThrow
(Module.GetCustomAttributeValueOrThrow(handle));
1698
BlobReader sigReader = Module.
GetMemoryReaderOrThrow
(Module.GetMethodSignatureOrThrow(ctor));
1855
BlobReader reader = module.
GetMemoryReaderOrThrow
(signature);
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CSharpTestBase.cs (1)
1833
var signatureReader = peModule.Module.
GetMemoryReaderOrThrow
(signature);
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
EvaluationContext.vb (1)
537
Dim signatureReader = [module].
GetMemoryReaderOrThrow
(signatureHandle)