6 references to GetCustomAttributeValueOrThrow
Microsoft.CodeAnalysis (6)
DiagnosticAnalyzer\AnalyzerFileReference.cs (2)
291BlobReader argsReader = peModule.GetMemoryReaderOrThrow(peModule.GetCustomAttributeValueOrThrow(customAttrHandle)); 299BlobReader argsReader = peModule.GetMemoryReaderOrThrow(peModule.GetCustomAttributeValueOrThrow(customAttrHandle));
MetadataReader\MetadataDecoder.cs (1)
1637BlobReader argsReader = Module.GetMemoryReaderOrThrow(Module.GetCustomAttributeValueOrThrow(handle));
MetadataReader\PEModule.cs (3)
1815var valueBlob = GetCustomAttributeValueOrThrow(handle); 2024BlobHandle valueBlob = GetCustomAttributeValueOrThrow(handle); 2123BlobHandle valueBlob = GetCustomAttributeValueOrThrow(typeIdentifierInfo.Handle);