9 references to ValueTuple
aspire (1)
Commands\TelemetryTracesCommand.cs (1)
265
if (traceInfos.TryGetValue(traceIdValue, out
var
info))
Aspire.Hosting.Azure.AppContainers (1)
BaseContainerAppContext.cs (1)
189
var
(scheme, host, port, targetPort, isHttpIngress, external, tlsEnabled) = mapping;
Aspire.Hosting.Kubernetes (1)
KubernetesResource.cs (1)
749
var
(scheme, _, host, targetPort, _, _, exposedPort) = mapping;
Microsoft.Extensions.Telemetry.Tests (1)
Http\HttpParserTests.cs (1)
671
var
(content, isParam, paramName, defaultValue, start, end, isCatchAll) = values;
Microsoft.Maui.Controls (1)
BindingExpression.cs (1)
429
|| genericTypeDefinition == typeof(
ValueTuple
<,,,,,,>)
mscorlib (1)
parent\ref\mscorlib.cs (1)
1229
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
ValueTuple
<,,,,,,>))]
netstandard (1)
netstandard.cs (1)
2240
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
ValueTuple
<,,,,,,>))]
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
914
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
ValueTuple
<,,,,,,>))]
System.ValueTuple (1)
System.ValueTuple.cs (1)
11
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
ValueTuple
<,,,,,,>))]