6 references to GetLazyConstantValue
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceFieldSymbol.cs (6)
239var value = this.GetLazyConstantValue(earlyDecodingWellKnownAttributes); 271return this.GetLazyConstantValue(earlyDecodingWellKnownAttributes); 282var value = this.GetLazyConstantValue(earlyDecodingWellKnownAttributes); 324if (this.GetLazyConstantValue(earlyDecodingWellKnownAttributes) != Microsoft.CodeAnalysis.ConstantValue.Unset) 358Debug.Assert((GetLazyConstantValue(earlyDecodingWellKnownAttributes) == Microsoft.CodeAnalysis.ConstantValue.Unset) || 359(GetLazyConstantValue(earlyDecodingWellKnownAttributes) == value));