2 writes to _xmlFilename
Microsoft.ML.Maml (2)
HelpCommand.cs (2)
449_xmlFilename = args.XmlFilename; 453_xmlFilename = null;
4 references to _xmlFilename
Microsoft.ML.Maml (4)
HelpCommand.cs (4)
450if (!string.IsNullOrWhiteSpace(_xmlFilename)) 451Utils.CheckOptionalUserDirectory(_xmlFilename, nameof(args.XmlFilename)); 459if (_xmlFilename == null) 490File.WriteAllText(_xmlFilename, content.ToString());