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