5 references to CommandLineOptionMessagesFieldsId
dotnet (5)
Commands\Test\MTP\IPC\Serializers\CommandLineOptionMessagesSerializer.cs (5)
42public int Id => CommandLineOptionMessagesFieldsId.MessagesSerializerId; 58case CommandLineOptionMessagesFieldsId.ModulePath: 62case CommandLineOptionMessagesFieldsId.CommandLineOptionMessageList: 131WriteField(stream, CommandLineOptionMessagesFieldsId.ModulePath, commandLineOptionMessages.ModulePath); 142WriteUShort(stream, CommandLineOptionMessagesFieldsId.CommandLineOptionMessageList);