提交 1ea15264 编写于 作者: H HeeJae Chang

put some API back since it broke partner's IVT

上级 60664fc5
......@@ -16,6 +16,18 @@ internal class WatsonReporter
/// </summary>
private static Func<IFaultUtility, int> s_defaultCallback = _ => 0;
/// <summary>
/// Default telemetry session
/// </summary>
[Obsolete("use RoslynServices.SessionOpt instead", error: false)]
public static TelemetrySession SessionOpt => RoslynServices.SessionOpt;
/// <summary>
/// Check whether current user is microsoft internal or not
/// </summary>
[Obsolete("use RoslynServices.IsUserMicrosoftInternal instead", error: false)]
public static bool IsUserMicrosoftInternal => RoslynServices.IsUserMicrosoftInternal;
/// <summary>
/// Report Non-Fatal Watson
/// </summary>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册