4 references to Identifier
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Syntax.Generated.vb (4)
11742return Update(Me.Identifier, 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