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