1 write to Name
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TelemetryEvent.cs (1)
18
Name
= name;
2 references to Name
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\56\TestPlatformJsonContext.TelemetryEvent.g.cs (2)
60
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TelemetryEvent)obj).
Name
,
110
writer.WriteString(PropName_Name, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TelemetryEvent)value).
Name
);