3 references to TryGetAttributeReader
Microsoft.CodeAnalysis (3)
MetadataReader\PEModule.cs (3)
1189
if (!info.HasValue || !
TryGetAttributeReader
(info.Handle, out BlobReader sigReader) || !CrackStringInAttributeValue(out string? featureName, ref sigReader))
1241
if (!info.HasValue || info.SignatureIndex != 0 || !
TryGetAttributeReader
(info.Handle, out BlobReader sigReader))
1548
if (!
TryGetAttributeReader
(attributeInfo.Handle, out var sig))