Closed jstedfast closed 4 years ago
Based on "Find References" on GetRawValue(), it seems that this can sometimes return RawValueString instead of string. Make sure that we handle this instead of assuming the value returned by GetRawValue() is always a string.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1054038/
@monojenkins backport release-8.4
Compat check failure is not related to this change.
Based on "Find References" on GetRawValue(), it seems that this can sometimes return RawValueString instead of string. Make sure that we handle this instead of assuming the value returned by GetRawValue() is always a string.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1054038/