6 references to GetCustomAttributeValueOrThrow
Microsoft.CodeAnalysis (6)
DiagnosticAnalyzer\AnalyzerFileReference.cs (2)
272
BlobReader argsReader = peModule.GetMemoryReaderOrThrow(peModule.
GetCustomAttributeValueOrThrow
(customAttrHandle));
280
BlobReader argsReader = peModule.GetMemoryReaderOrThrow(peModule.
GetCustomAttributeValueOrThrow
(customAttrHandle));
MetadataReader\MetadataDecoder.cs (1)
1697
BlobReader argsReader = Module.GetMemoryReaderOrThrow(Module.
GetCustomAttributeValueOrThrow
(handle));
MetadataReader\PEModule.cs (3)
1590
var valueBlob =
GetCustomAttributeValueOrThrow
(handle);
1784
BlobHandle valueBlob =
GetCustomAttributeValueOrThrow
(handle);
1870
BlobHandle valueBlob =
GetCustomAttributeValueOrThrow
(typeIdentifierInfo.Handle);