1 write to IsUserOptedIn
dotnet-svcutil-lib (1)
Tool.cs (1)
91
AppInsightsTelemetryClient.
IsUserOptedIn
= false;
5 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)
205
if (AppInsightsTelemetryClient.
IsUserOptedIn
)