4 writes to _aliasName
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
5998Me._aliasName = aliasName 6032Me._aliasName = aliasName 6065Me._aliasName = aliasName 6115Me._aliasName = _aliasName
7 references to _aliasName
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
6135writer.WriteValue(Me._aliasName) 6225Return Me._aliasName 6263Return Me._aliasName 6276Return new DeclareStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _declareKeyword, _charsetKeyword, _subOrFunctionKeyword, _identifier, _libKeyword, _libraryName, _aliasKeyword, _aliasName, _parameterList, _asClause) 6280Return new DeclareStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _declareKeyword, _charsetKeyword, _subOrFunctionKeyword, _identifier, _libKeyword, _libraryName, _aliasKeyword, _aliasName, _parameterList, _asClause) 38440Dim newAliasName = DirectCast(Visit(node._aliasName), LiteralExpressionSyntax) 38441If node._aliasName IsNot newAliasName Then anyChanges = True