2 references to TryGetSingle
Microsoft.AspNetCore.OpenApi (1)
Schemas\OpenApiJsonSchema.Helpers.cs (1)
116if (reader.TryGetSingle(out var floatValue) && !float.IsInfinity(floatValue))
System.Text.Json (1)
System\Text\Json\Reader\Utf8JsonReader.TryGet.cs (1)
587if (!TryGetSingle(out float value))