3 references to TryExtractLongValueFromAttribute
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
1376
if (info.HasValue &&
TryExtractLongValueFromAttribute
(info.Handle, out value))
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.cs (1)
526
Assert.True(peModule.Module.
TryExtractLongValueFromAttribute
(attributeInfo.Handle, out attributeValue));
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.vb (1)
558
Assert.True(peModuleSymbol.Module.
TryExtractLongValueFromAttribute
(attributeInfo.Handle, attributeValue))