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)
177
if (
_constantValueReference
?.TryGetTarget(out constantValue) != true)