4 writes to _libraryName
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
5991Me._libraryName = libraryName 6025Me._libraryName = libraryName 6058Me._libraryName = libraryName 6105Me._libraryName = _libraryName
7 references to _libraryName
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
6133writer.WriteValue(Me._libraryName) 6201Return Me._libraryName 6259Return Me._libraryName 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) 38436Dim newLibraryName = DirectCast(Visit(node._libraryName), LiteralExpressionSyntax) 38437If node._libraryName IsNot newLibraryName Then anyChanges = True