1 write to _telemetryClient
dotnet-svcutil-lib (1)
AppInsightsTelemetryClient.cs (1)
70
_telemetryClient
= telemetryClient;
7 references to _telemetryClient
dotnet-svcutil-lib (7)
AppInsightsTelemetryClient.cs (7)
104
var telemetryClient = s_instance.
_telemetryClient
;
191
_telemetryClient
.TrackEvent(eventNamePrefix + eventName);
192
_telemetryClient
.Flush();
200
_telemetryClient
.TrackEvent(eventNamePrefix + eventName, properties);
201
_telemetryClient
.Flush();
217
_telemetryClient
.TrackEvent(eventNamePrefix + eventName, properties);
218
_telemetryClient
.Flush();