8 references to TypeTest
Microsoft.CodeAnalysis.CSharp (8)
Binder\DecisionDagBuilder.cs (8)
2204
Debug.Assert(testKind != UnionTestKind.
TypeTest
|| testTargetType is not null);
2216
Debug.Assert(otherKind != UnionTestKind.
TypeTest
|| otherTargetType is not null);
2242
case UnionTestKind.
TypeTest
:
2250
case UnionTestKind.
TypeTest
:
2257
case UnionTestKind.
TypeTest
:
2282
case UnionTestKind.
TypeTest
:
2317
return UnionTestKind.
TypeTest
;
2334
return UnionTestKind.
TypeTest
;