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