I'm looking to update FCS and IsResultObsolete seems to be private in the released package:


Although in the code it appears to be not internal but the .fsi doesn't expose it:
https://github.com/fsharp/FSharp.Compiler.Service/blob/12209eb36a85e5049d2b501403ffd7a9370c848a/src/fsharp/vs/service.fsi
Am I right that this is an unintended public API change?