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