3 writes to _commandLineArgs
Microsoft.VisualBasic.Forms (3)
Microsoft\VisualBasic\ApplicationServices\ConsoleApplicationBase.vb (3)
38_commandLineArgs = value 58_commandLineArgs = New ObjectModel.ReadOnlyCollection(Of String)(newArgs) 60_commandLineArgs = New ObjectModel.ReadOnlyCollection(Of String)(Array.Empty(Of String)()) 'provide the empty set
2 references to _commandLineArgs
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\ApplicationServices\ConsoleApplicationBase.vb (2)
52If _commandLineArgs Is Nothing Then 63Return _commandLineArgs