2 references to TryExtractLongValueFromAttribute
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
1602if (info.HasValue && TryExtractLongValueFromAttribute(info.Handle, out value))
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.cs (1)
527Assert.True(peModule.Module.TryExtractLongValueFromAttribute(attributeInfo.Handle, out attributeValue));