2 writes to _argList
System.Private.Xml (2)
System\Xml\Serialization\CodeGenerator.cs (2)
94_argList = new Dictionary<string, ArgBuilder>(); 118_argList = null;
8 references to _argList
System.Private.Xml (8)
System\Xml\Serialization\CodeGenerator.cs (8)
97_argList.Add("this", new ArgBuilder("this", 0, _typeBuilder.BaseType!)); 100ArgBuilder arg = new ArgBuilder(argNames[i], _argList.Count, argTypes[i]); 101_argList.Add(arg.Name, arg); 131System.Diagnostics.Debug.Assert(_argList != null && _argList.ContainsKey(name)); 132return (ArgBuilder)_argList[name]; 189if (_argList != null && _argList.TryGetValue(name, out arg))