1 implementation of Enabled
dotnet-aot (1)
parent\dotnet\Telemetry\TelemetryClient.cs (1)
106
public bool
Enabled
{ get; }
1 reference to Enabled
dotnet-aot (1)
NativeEntryPoint.cs (1)
151
if (TelemetryClient?.
Enabled
?? false)