1 write to Context
Microsoft.NET.Build.Containers (1)
Telemetry.cs (1)
31
Context
= new PublishTelemetryContext(
8 references to Context
Microsoft.NET.Build.Containers (8)
Telemetry.cs (8)
66
{ nameof(
Context
.RemotePullType),
Context
.RemotePullType?.ToString() },
67
{ nameof(
Context
.LocalPullType),
Context
.LocalPullType?.ToString() },
68
{ nameof(
Context
.RemotePushType),
Context
.RemotePushType?.ToString() },
69
{ nameof(
Context
.LocalPushType),
Context
.LocalPushType?.ToString() }