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