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)
60
{ nameof(
Context
.RemotePullType),
Context
.RemotePullType?.ToString() },
61
{ nameof(
Context
.LocalPullType),
Context
.LocalPullType?.ToString() },
62
{ nameof(
Context
.RemotePushType),
Context
.RemotePushType?.ToString() },
63
{ nameof(
Context
.LocalPushType),
Context
.LocalPushType?.ToString() }