8 references to TypeTest
Microsoft.CodeAnalysis.CSharp (8)
Binder\DecisionDagBuilder.cs (8)
2184
Debug.Assert(testKind != UnionTestKind.
TypeTest
|| testTargetType is not null);
2196
Debug.Assert(otherKind != UnionTestKind.
TypeTest
|| otherTargetType is not null);
2222
case UnionTestKind.
TypeTest
:
2230
case UnionTestKind.
TypeTest
:
2237
case UnionTestKind.
TypeTest
:
2262
case UnionTestKind.
TypeTest
:
2297
return UnionTestKind.
TypeTest
;
2314
return UnionTestKind.
TypeTest
;