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