1 write to _constantTuple
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceLocalSymbol.cs (1)
573
Interlocked.CompareExchange(ref
_constantTuple
, new EvaluatedConstant(value, diagnostics.ToReadOnlyAndFree()), null);
5 references to _constantTuple
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceLocalSymbol.cs (5)
559
if (this.IsConst &&
_constantTuple
== null)
590
return
_constantTuple
== null ? null :
_constantTuple
.Value;
597
return
_constantTuple
== null ? ImmutableBindingDiagnostic<AssemblySymbol>.Empty :
_constantTuple
.Diagnostics;