3 writes to EventId
aspire (2)
BackchannelJsonSerializerContext.BackchannelLogEntry.g.cs (2)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.BackchannelLogEntry(){
EventId
= (global::Microsoft.Extensions.Logging.EventId)args[0], LogLevel = (global::Microsoft.Extensions.Logging.LogLevel)args[1], Message = (string)args[2], Timestamp = (global::System.DateTimeOffset)args[3], CategoryName = (string)args[4] },
59
Setter = static (obj, value) => ((global::Aspire.Cli.Backchannel.BackchannelLogEntry)obj).
EventId
= value!,
Aspire.Cli.Tests (1)
Commands\RunCommandTests.cs (1)
198
EventId
= new EventId(),
2 references to EventId
aspire (2)
BackchannelJsonSerializerContext.BackchannelLogEntry.g.cs (2)
58
Getter = static obj => ((global::Aspire.Cli.Backchannel.BackchannelLogEntry)obj).
EventId
,
176
EventIdSerializeHandler(writer, ((global::Aspire.Cli.Backchannel.BackchannelLogEntry)value).
EventId
);