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