3 writes to ContentType
Aspire.Hosting.Azure.Tests (2)
AzureServiceBusExtensionsTests.cs (2)
242ContentType = "application/text", 350ContentType = "application/text",
ServiceBus.AppHost (1)
Program.cs (1)
21ContentType = "application/text",
5 references to ContentType
Aspire.Hosting.Azure.ServiceBus (5)
AzureServiceBusRule.cs (5)
91if (CorrelationFilter.ContentType != null) 93rule.CorrelationFilter.ContentType = CorrelationFilter.ContentType; 172if (rule.CorrelationFilter.ContentType != null) 174writer.WriteString(nameof(AzureServiceBusCorrelationFilter.ContentType), rule.CorrelationFilter.ContentType);