47 references to TryGetTypeInfoForRuntimeCustomConverter
aspire (47)
OtlpCliJsonSerializerContext.Boolean.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<bool>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool> jsonTypeInfo))
OtlpCliJsonSerializerContext.Double.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<double>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<double> jsonTypeInfo))
OtlpCliJsonSerializerContext.Int32.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<int>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int> jsonTypeInfo))
OtlpCliJsonSerializerContext.Int64.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<long>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<long> jsonTypeInfo))
OtlpCliJsonSerializerContext.NullableBoolean.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<bool?>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool?> jsonTypeInfo))
OtlpCliJsonSerializerContext.NullableDouble.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<double?>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<double?> jsonTypeInfo))
OtlpCliJsonSerializerContext.NullableInt32.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<int?>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int?> jsonTypeInfo))
OtlpCliJsonSerializerContext.NullableInt64.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<long?>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<long?> jsonTypeInfo))
OtlpCliJsonSerializerContext.NullableUInt32.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<uint?>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<uint?> jsonTypeInfo))
OtlpCliJsonSerializerContext.NullableUInt64.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<ulong?>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<ulong?> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpAnyValueJson.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpAnyValueJson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpAnyValueJson> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpAnyValueJsonArray.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpAnyValueJson[]>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpAnyValueJson[]> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpArrayValueJson.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpArrayValueJson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpArrayValueJson> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpEntityRefJson.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpEntityRefJson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpEntityRefJson> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpEntityRefJsonArray.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpEntityRefJson[]>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpEntityRefJson[]> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpExportLogsServiceRequestJson.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpExportLogsServiceRequestJson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpExportLogsServiceRequestJson> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpExportTraceServiceRequestJson.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpExportTraceServiceRequestJson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpExportTraceServiceRequestJson> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpInstrumentationScopeJson.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpInstrumentationScopeJson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpInstrumentationScopeJson> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpKeyValueJson.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpKeyValueJson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpKeyValueJson> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpKeyValueJsonArray.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpKeyValueJson[]>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpKeyValueJson[]> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpKeyValueListJson.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpKeyValueListJson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpKeyValueListJson> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpLogRecordJson.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpLogRecordJson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpLogRecordJson> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpLogRecordJsonArray.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpLogRecordJson[]>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpLogRecordJson[]> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpResourceJson.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpResourceJson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpResourceJson> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpResourceLogsJson.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpResourceLogsJson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpResourceLogsJson> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpResourceLogsJsonArray.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpResourceLogsJson[]>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpResourceLogsJson[]> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpResourceSpansJson.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpResourceSpansJson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpResourceSpansJson> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpResourceSpansJsonArray.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpResourceSpansJson[]>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpResourceSpansJson[]> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpScopeLogsJson.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpScopeLogsJson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpScopeLogsJson> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpScopeLogsJsonArray.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpScopeLogsJson[]>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpScopeLogsJson[]> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpScopeSpansJson.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpScopeSpansJson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpScopeSpansJson> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpScopeSpansJsonArray.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpScopeSpansJson[]>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpScopeSpansJson[]> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpSpanEventJson.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpSpanEventJson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpSpanEventJson> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpSpanEventJsonArray.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpSpanEventJson[]>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpSpanEventJson[]> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpSpanJson.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpSpanJson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpSpanJson> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpSpanJsonArray.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpSpanJson[]>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpSpanJson[]> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpSpanLinkJson.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpSpanLinkJson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpSpanLinkJson> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpSpanLinkJsonArray.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpSpanLinkJson[]>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpSpanLinkJson[]> jsonTypeInfo))
OtlpCliJsonSerializerContext.OtlpSpanStatusJson.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Otlp.Serialization.OtlpSpanStatusJson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Otlp.Serialization.OtlpSpanStatusJson> jsonTypeInfo))
OtlpCliJsonSerializerContext.ResourceInfoJson.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Otlp.ResourceInfoJson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Otlp.ResourceInfoJson> jsonTypeInfo))
OtlpCliJsonSerializerContext.ResourceInfoJsonArray.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Otlp.ResourceInfoJson[]>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Otlp.ResourceInfoJson[]> jsonTypeInfo))
OtlpCliJsonSerializerContext.String.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<string>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string> jsonTypeInfo))
OtlpCliJsonSerializerContext.StringArray.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<string[]>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string[]> jsonTypeInfo))
OtlpCliJsonSerializerContext.TelemetryApiResponse.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Otlp.TelemetryApiResponse>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Otlp.TelemetryApiResponse> jsonTypeInfo))
OtlpCliJsonSerializerContext.TelemetryDataJson.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Otlp.TelemetryDataJson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Otlp.TelemetryDataJson> jsonTypeInfo))
OtlpCliJsonSerializerContext.UInt32.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<uint>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<uint> jsonTypeInfo))
OtlpCliJsonSerializerContext.UInt64.g.cs (1)
27if (!TryGetTypeInfoForRuntimeCustomConverter<ulong>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<ulong> jsonTypeInfo))