2 writes to IsTelemetryOptedIn
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\21\TestPlatformJsonContext.BeforeTestRunStartPayload.g.cs (1)
101
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.ObjectModel.BeforeTestRunStartPayload)obj).
IsTelemetryOptedIn
= value!,
DataCollectionRequestSender.cs (1)
117
IsTelemetryOptedIn
= isTelemetryOptedIn
3 references to IsTelemetryOptedIn
Microsoft.TestPlatform.CommunicationUtilities (3)
_generated\21\TestPlatformJsonContext.BeforeTestRunStartPayload.g.cs (2)
100
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.ObjectModel.BeforeTestRunStartPayload)obj).
IsTelemetryOptedIn
,
131
writer.WriteBoolean(PropName_IsTelemetryOptedIn, ((global::Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.ObjectModel.BeforeTestRunStartPayload)value).
IsTelemetryOptedIn
);
DataCollectionRequestHandler.cs (1)
314
UpdateRequestData(payload.
IsTelemetryOptedIn
);