8 references to TypeTest
Microsoft.CodeAnalysis.CSharp (8)
Binder\DecisionDagBuilder.cs (8)
2211
Debug.Assert(testKind != UnionTestKind.
TypeTest
|| testTargetType is not null);
2223
Debug.Assert(otherKind != UnionTestKind.
TypeTest
|| otherTargetType is not null);
2249
case UnionTestKind.
TypeTest
:
2257
case UnionTestKind.
TypeTest
:
2264
case UnionTestKind.
TypeTest
:
2289
case UnionTestKind.
TypeTest
:
2324
return UnionTestKind.
TypeTest
;
2341
return UnionTestKind.
TypeTest
;