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
);
235
Debug.Assert(
_freeLocals
!= null);
239
if (
_freeLocals
.TryGetValue(key, out freeLocalQueue))
247
_freeLocals
.Remove(key);