2 instantiations of AppInsightsTelemetryClient
dotnet-svcutil-lib (2)
AppInsightsTelemetryClient.cs (2)
91return new AppInsightsTelemetryClient(null); 100s_instance = new AppInsightsTelemetryClient(new TelemetryClient(config));
8 references to AppInsightsTelemetryClient
dotnet-svcutil-lib (8)
AppInsightsTelemetryClient.cs (2)
65private static AppInsightsTelemetryClient s_instance = null; 73public static async Task<AppInsightsTelemetryClient> GetInstanceAsync(CancellationToken cancellationToken)
Tool.cs (5)
91AppInsightsTelemetryClient.IsUserOptedIn = false; 186var telemetryClient = await AppInsightsTelemetryClient.GetInstanceAsync(cancellationToken).ConfigureAwait(false); 418var telemetryClient = await AppInsightsTelemetryClient.GetInstanceAsync(CancellationToken.None).ConfigureAwait(false);
ToolConsole.cs (1)
205if (AppInsightsTelemetryClient.IsUserOptedIn)