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