8 references to KnownContentType
Aspire.Dashboard (8)
Otlp\Http\OtlpHttpEndpointsBuilder.cs (8)
82
private static
KnownContentType
GetKnownContentType(string? contentType, out StringSegment charSet)
89
return
KnownContentType
.Json;
95
return
KnownContentType
.Protobuf;
100
return
KnownContentType
.None;
137
case
KnownContentType
.Protobuf:
154
case
KnownContentType
.Json:
172
case
KnownContentType
.Protobuf:
182
case
KnownContentType
.Json: