2 writes to _freeLocals
System.Private.Xml (2)
System\Xml\Serialization\CodeGenerator.cs (2)
93_freeLocals = new Dictionary<(Type, string), Queue<LocalBuilder>>(); 115_freeLocals = null;
4 references to _freeLocals
System.Private.Xml (4)
System\Xml\Serialization\CodeGenerator.cs (4)
213_currentScope.AddToFreeLocals(_freeLocals!); 221Debug.Assert(_freeLocals != null); 225if (_freeLocals.TryGetValue(key, out freeLocalQueue)) 233_freeLocals.Remove(key);