As far as I can tell, the unicode version is not saved. A symbol search is implemented by storing symbol information in an embedded resource named "charinfo.nlp" in the mscorlib.dll file, and this is used as an internal search table. There is a βversionβ property in the header for this data in the lookup table, but it is β0β in binary data (offset 0x20), so I'm not sure what version it is or if it just isn't implemented.
source share