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