7 references to TestSessionEventFieldsId
dotnet (7)
Commands\Test\MTP\IPC\Serializers\TestSessionEventSerializer.cs (7)
27
public int Id =>
TestSessionEventFieldsId
.MessagesSerializerId;
44
case
TestSessionEventFieldsId
.SessionType:
48
case
TestSessionEventFieldsId
.SessionUid:
52
case
TestSessionEventFieldsId
.ExecutionId:
74
WriteField(stream,
TestSessionEventFieldsId
.SessionType, testSessionEvent.SessionType);
75
WriteField(stream,
TestSessionEventFieldsId
.SessionUid, testSessionEvent.SessionUid);
76
WriteField(stream,
TestSessionEventFieldsId
.ExecutionId, testSessionEvent.ExecutionId);