6 references to GetCustomAttributeValueOrThrow
Microsoft.CodeAnalysis (6)
DiagnosticAnalyzer\AnalyzerFileReference.cs (2)
288
BlobReader argsReader = peModule.GetMemoryReaderOrThrow(peModule.
GetCustomAttributeValueOrThrow
(customAttrHandle));
296
BlobReader argsReader = peModule.GetMemoryReaderOrThrow(peModule.
GetCustomAttributeValueOrThrow
(customAttrHandle));
MetadataReader\MetadataDecoder.cs (1)
1637
BlobReader argsReader = Module.GetMemoryReaderOrThrow(Module.
GetCustomAttributeValueOrThrow
(handle));
MetadataReader\PEModule.cs (3)
1788
var valueBlob =
GetCustomAttributeValueOrThrow
(handle);
1997
BlobHandle valueBlob =
GetCustomAttributeValueOrThrow
(handle);
2096
BlobHandle valueBlob =
GetCustomAttributeValueOrThrow
(typeIdentifierInfo.Handle);