8 references to KnownContentType
Aspire.Dashboard (8)
Otlp\Http\OtlpHttpEndpointsBuilder.cs (8)
83
private static
KnownContentType
GetKnownContentType(string? contentType, out StringSegment charSet)
90
return
KnownContentType
.Json;
96
return
KnownContentType
.Protobuf;
101
return
KnownContentType
.None;
138
case
KnownContentType
.Protobuf:
155
case
KnownContentType
.Json:
173
case
KnownContentType
.Protobuf:
183
case
KnownContentType
.Json: