4 references to Nullable
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Syntax.Generated.vb (4)
11717return Update(identifier, Me.Nullable, Me.ArrayBounds, Me.ArrayRankSpecifiers) 11763return Update(Me.Identifier, Me.Nullable, arrayBounds, Me.ArrayRankSpecifiers) 11791return Update(Me.Identifier, Me.Nullable, Me.ArrayBounds, arrayRankSpecifiers) 11846If identifier <> Me.Identifier OrElse nullable <> Me.Nullable OrElse arrayBounds IsNot Me.ArrayBounds OrElse arrayRankSpecifiers <> Me.ArrayRankSpecifiers Then