1 write to _constantValueReference
Microsoft.CodeAnalysis (1)
ConstantValueSpecialized.cs (1)
184_constantValueReference = new WeakReference<string>(constantValue);
1 reference to _constantValueReference
Microsoft.CodeAnalysis (1)
ConstantValueSpecialized.cs (1)
177if (_constantValueReference?.TryGetTarget(out constantValue) != true)