34 references to System_ValueTuple_T2
Microsoft.CodeAnalysis (3)
WellKnownMembers.cs (3)
2622
(byte)WellKnownType.ExtSentinel, (byte)(WellKnownType.
System_ValueTuple_T2
- WellKnownType.ExtSentinel), // DeclaringTypeId
2628
(byte)WellKnownType.ExtSentinel, (byte)(WellKnownType.
System_ValueTuple_T2
- WellKnownType.ExtSentinel), // DeclaringTypeId
2840
(byte)WellKnownType.ExtSentinel, (byte)(WellKnownType.
System_ValueTuple_T2
- WellKnownType.ExtSentinel), // DeclaringTypeId
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Tuples\TupleTypeSymbol.cs (1)
320
WellKnownType.
System_ValueTuple_T2
,
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (28)
CodeGen\CodeGenTupleTest.cs (28)
5794
var vt2 = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).Construct(intType, intType);
5872
var vt2 = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).Construct(intType, stringType);
5907
var vt2 = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).Construct(intType, stringType);
5939
var vt2 = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
);
5949
var vt2 = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).Construct(intType, stringType);
5971
var vt2 = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).Construct(intType, stringType);
6007
var vt2 = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).Construct(intType, intType);
6106
comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).Construct(stringType, intType));
6131
comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).Construct(stringType, intType));
6155
var originalVT2 = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
);
6188
var vt2 = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
);
6271
var vt2 = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).Construct(intType, intType);
6293
var vt2 = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).Construct(intType, intType);
6605
var twoStrings = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).Construct(stringType, stringType);
11158
var tupleType = comp.Compilation.CommonGetWellKnownType(WellKnownType.
System_ValueTuple_T2
);
18864
var int_string1 = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).Construct(intType, stringType);
18888
var int_int1 = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).Construct(intType, intType);
18928
var int_string2 = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).Construct(intType, stringType);
18929
var int_object2 = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).Construct(intType, objectType);
19147
var int_string1 = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).Construct(intType, stringType);
19148
var int_object = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).Construct(intType, objectType);
19186
var int_string1 = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).Construct(intType, stringType);
19187
var int_object = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).Construct(intType, objectType);
23928
Assert.Equal(TypeKind.Class, compilation.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).TypeKind);
25329
var found = comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
);
25334
var tuple2 = comp2.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
);
25340
var tuple3 = comp3.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
);
25346
var tuple4 = comp4.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\ValueTupleTests.cs (1)
176
Assert.True(comp.GetWellKnownType(WellKnownType.
System_ValueTuple_T2
).IsErrorType());
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\MissingSpecialMember.cs (1)
670
case WellKnownType.
System_ValueTuple_T2
: