7 references to Is
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\TypeSubstitution.vb (4)
439If arg.Is(param) Then 779If Not newValue.Is(oldPairs(i).Key) Then 831If Not arg.Is(typeParametersDefinitions(i)) Then 851If Not args(i).Is(typeParametersDefinitions(i)) Then
Symbols\TypeSymbol.vb (1)
312Return other.Is(Me)
Symbols\TypeWithModifiers.vb (2)
68Return Me.Is(other) 84If Not newTypeWithModifiers.Is(Me.Type) OrElse newCustomModifiers <> Me.CustomModifiers Then