3 writes to ContentType
Aspire.Hosting.Azure.Tests (2)
AzureServiceBusExtensionsTests.cs (2)
241ContentType = "application/text", 349ContentType = "application/text",
ServiceBus.AppHost (1)
Program.cs (1)
21ContentType = "application/text",
5 references to ContentType
Aspire.Hosting.Azure.ServiceBus (5)
AzureServiceBusRule.cs (5)
90if (CorrelationFilter.ContentType != null) 92rule.CorrelationFilter.ContentType = CorrelationFilter.ContentType; 171if (rule.CorrelationFilter.ContentType != null) 173writer.WriteString(nameof(AzureServiceBusCorrelationFilter.ContentType), rule.CorrelationFilter.ContentType);