3 writes to DotnetRunMessages
Aspire.Hosting (1)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (1)
113Setter = static (obj, value) => ((global::Aspire.Hosting.LaunchProfile)obj).DotnetRunMessages = value!,
Aspire.Hosting.Azure.Functions (1)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (1)
113Setter = static (obj, value) => ((global::Aspire.Hosting.LaunchProfile)obj).DotnetRunMessages = value!,
Aspire.Hosting.Testing (1)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (1)
113Setter = static (obj, value) => ((global::Aspire.Hosting.LaunchProfile)obj).DotnetRunMessages = value!,
6 references to DotnetRunMessages
Aspire.Hosting (2)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
112Getter = static obj => ((global::Aspire.Hosting.LaunchProfile)obj).DotnetRunMessages, 219global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Aspire.Hosting.LaunchProfile)value).DotnetRunMessages, NullableBoolean);
Aspire.Hosting.Azure.Functions (2)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
112Getter = static obj => ((global::Aspire.Hosting.LaunchProfile)obj).DotnetRunMessages, 219global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Aspire.Hosting.LaunchProfile)value).DotnetRunMessages, NullableBoolean);
Aspire.Hosting.Testing (2)
LaunchSettingsSerializerContext.LaunchProfile.g.cs (2)
112Getter = static obj => ((global::Aspire.Hosting.LaunchProfile)obj).DotnetRunMessages, 219global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Aspire.Hosting.LaunchProfile)value).DotnetRunMessages, NullableBoolean);