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