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