2 writes to freeLocals
System.Xml (2)
System\Xml\Serialization\CodeGenerator.cs (2)
99this.freeLocals = new Dictionary<Tuple<Type, string>, Queue<LocalBuilder>>(); 119freeLocals = null;
4 references to freeLocals
System.Xml (4)
System\Xml\Serialization\CodeGenerator.cs (4)
223this.currentScope.AddToFreeLocals(freeLocals); 230Debug.Assert(freeLocals != null); 234if (freeLocals.TryGetValue(key, out freeLocalQueue)) { 240freeLocals.Remove(key);