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