3 references to Parser
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net11.0\opentelemetry\proto\collector\metrics\v1\MetricsService.cs (1)
50
new pbr::GeneratedClrTypeInfo(typeof(global::OpenTelemetry.Proto.Collector.Metrics.V1.ExportMetricsServiceResponse), global::OpenTelemetry.Proto.Collector.Metrics.V1.ExportMetricsServiceResponse.
Parser
, new[]{ "PartialSuccess" }, null, null, null, null),
artifacts\obj\Aspire.Dashboard\Debug\net11.0\opentelemetry\proto\collector\metrics\v1\MetricsServiceGrpc.cs (1)
71
static readonly grpc::Marshaller<global::OpenTelemetry.Proto.Collector.Metrics.V1.ExportMetricsServiceResponse> __Marshaller_opentelemetry_proto_collector_metrics_v1_ExportMetricsServiceResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::OpenTelemetry.Proto.Collector.Metrics.V1.ExportMetricsServiceResponse.
Parser
));
Aspire.Dashboard.Tests (1)
Integration\OtlpHttpServiceTests.cs (1)
486
var response = ExportMetricsServiceResponse.
Parser
.ParseFrom(await responseMessage.Content.ReadAsByteArrayAsync().DefaultTimeout());