1 write to _locals
System.Private.Xml (1)
System\Xml\Serialization\CodeGenerator.cs (1)
1533_locals = new Dictionary<string, LocalBuilder>();
4 references to _locals
System.Private.Xml (4)
System\Xml\Serialization\CodeGenerator.cs (4)
1543return _locals.ContainsKey(key) || (parent != null && parent.ContainsKey(key)); 1548if (_locals.TryGetValue(key, out value)) 1574_locals[key] = value; 1580foreach (var item in _locals)