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