2 writes to IsUserOptedIn
dotnet-svcutil-lib (1)
Tool.cs (1)
91
AppInsightsTelemetryClient.
IsUserOptedIn
= false;
dotnet-svcutil-lib.Tests (1)
TestInit.cs (1)
128
AppInsightsTelemetryClient.
IsUserOptedIn
= false;
6 references to IsUserOptedIn
dotnet-svcutil-lib (5)
AppInsightsTelemetryClient.cs (4)
88
if (!
IsUserOptedIn
)
189
if (
IsUserOptedIn
)
198
if (
IsUserOptedIn
)
212
if (
IsUserOptedIn
)
ToolConsole.cs (1)
221
if (AppInsightsTelemetryClient.
IsUserOptedIn
)
dotnet-svcutil-lib.Tests (1)
ProjectUtils.cs (1)
89
var envVars = new Dictionary<string, string> { { AppInsightsTelemetryClient.OptOutVariable, (!AppInsightsTelemetryClient.
IsUserOptedIn
).ToString() } };