2 writes to _freeLocals
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (2)
85_freeLocals = new Dictionary<Tuple<Type, string>, Queue<LocalBuilder>>(); 107_freeLocals = null;
4 references to _freeLocals
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (4)
227_currentScope.AddToFreeLocals(_freeLocals); 235Debug.Assert(_freeLocals != null); 239if (_freeLocals.TryGetValue(key, out freeLocalQueue)) 247_freeLocals.Remove(key);