8 references to TypeTest
Microsoft.CodeAnalysis.CSharp (8)
Binder\DecisionDagBuilder.cs (8)
2157
Debug.Assert(testKind != UnionTestKind.
TypeTest
|| testTargetType is not null);
2169
Debug.Assert(otherKind != UnionTestKind.
TypeTest
|| otherTargetType is not null);
2195
case UnionTestKind.
TypeTest
:
2203
case UnionTestKind.
TypeTest
:
2210
case UnionTestKind.
TypeTest
:
2235
case UnionTestKind.
TypeTest
:
2270
return UnionTestKind.
TypeTest
;
2287
return UnionTestKind.
TypeTest
;