5 references to Is
Microsoft.CodeAnalysis.CSharp (5)
Symbols\ConstructedNamedTypeSymbol.cs (1)
104
if (!typeArguments[i].
Is
(typeParameters[i]))
Symbols\TypeMap.cs (2)
77
if (!ta.
Is
(tp))
210
if (!ta.
Is
(tp))
Symbols\TypeWithAnnotations.cs (2)
468
if (newTypeWithModifiers.
Is
((TypeParameterSymbol)typeSymbol) &&
473
else if (
Is
((TypeParameterSymbol)typeSymbol) && newTypeWithModifiers.NullableAnnotation != NullableAnnotation.Ignored)