28 references to ValueTuple
Aspire.Hosting.Kubernetes (1)
KubernetesResource.cs (1)
547
var
(scheme, _, host, port, _, _) = mapping;
Microsoft.CodeAnalysis (8)
DiagnosticAnalyzer\AnalyzerExecutor.cs (8)
465
var
(self, analyzer, symbolDeclaredEvent, analyzerOptions, getTopMostNodeForAnalysis, cancellationToken) = tuple;
584
var
(self, analyzer, symbolDeclaredEvent, analyzerOptions, getTopMostNodeForAnalysis, cancellationToken) = tuple;
862
var
(@this, startActions, executableCodeBlocks, declaredNode, getKind, ephemeralActions) = args;
882
var
(@this, startActions, executableCodeBlocks, declaredNode, getKind, ephemeralActions) = args;
915
var
(@this, startActions, executableCodeBlocks, declaredNode, getKind, ephemeralActions) = args;
966
var
(@this, startActions, declaredNode, operationBlocks, operations, ephemeralActions) = args;
985
var
(@this, startActions, declaredNode, operationBlocks, operations, ephemeralActions) = args;
997
var
(@this, startActions, declaredNode, operationBlocks, operations, ephemeralActions) = args;
Microsoft.CodeAnalysis.CSharp (1)
Parser\LanguageParser.cs (1)
10063
var
(ifKeyword, openParen, condition, closeParen, consequence, elseKeyword) = stack.Pop();
Microsoft.CodeAnalysis.Features (3)
AddImport\AbstractAddImportFeatureService.cs (1)
240
var
(projectToAssembly, allSymbolReferences, maxResults, finder, exact, linkedTokenSource) = args;
Completion\CompletionService_GetCompletions.cs (1)
241
var
(document, caretPosition, trigger, options, completionListSpan, sharedContext) = args;
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
2455
foreach (
var
segment in segments)
Microsoft.Maui.Controls (1)
BindingExpression.cs (1)
428
|| genericTypeDefinition == typeof(
ValueTuple
<,,,,,>)
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1228
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
ValueTuple
<,,,,,>))]
netstandard (1)
netstandard.cs (1)
2239
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
ValueTuple
<,,,,,>))]
System.Net.Quic (1)
System\Net\Quic\Internal\MsQuicConfiguration.Cache.cs (1)
123
var
(settings, flags, certificate, intermediates, alpnProtocols, allowedCipherSuites) = args;
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\ValueTuple.cs (8)
1281
: IEquatable<
ValueTuple
<T1, T2, T3, T4, T5, T6>>, IStructuralEquatable, IStructuralComparable, IComparable, IComparable<
ValueTuple
<T1, T2, T3, T4, T5, T6>>, IValueTupleInternal, ITuple
1342
return obj is
ValueTuple
<T1, T2, T3, T4, T5, T6> tuple && Equals(tuple);
1355
public bool Equals(
ValueTuple
<T1, T2, T3, T4, T5, T6> other)
1366
other is
ValueTuple
<T1, T2, T3, T4, T5, T6> vt &&
1378
if (other is
ValueTuple
<T1, T2, T3, T4, T5, T6> objTuple)
1397
public int CompareTo(
ValueTuple
<T1, T2, T3, T4, T5, T6> other)
1421
if (other is
ValueTuple
<T1, T2, T3, T4, T5, T6> objTuple)
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
905
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
ValueTuple
<,,,,,>))]
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexReplacement.cs (1)
232
var
state = (input, replacement, offsetAndCounts: new StructListBuilder<int>(), inputMemory: input.AsMemory(), prevat: 0, count);
System.ValueTuple (1)
System.ValueTuple.cs (1)
10
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
ValueTuple
<,,,,,>))]