6 references to GetLazyConstantValue
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceFieldSymbol.cs (6)
250var value = this.GetLazyConstantValue(earlyDecodingWellKnownAttributes); 282return this.GetLazyConstantValue(earlyDecodingWellKnownAttributes); 293var value = this.GetLazyConstantValue(earlyDecodingWellKnownAttributes); 335if (this.GetLazyConstantValue(earlyDecodingWellKnownAttributes) != Microsoft.CodeAnalysis.ConstantValue.Unset) 369Debug.Assert((GetLazyConstantValue(earlyDecodingWellKnownAttributes) == Microsoft.CodeAnalysis.ConstantValue.Unset) || 370(GetLazyConstantValue(earlyDecodingWellKnownAttributes) == value));