3 references to TmpLocals
System.Xml (3)
System\Xml\Serialization\CodeGenerator.cs (3)
163if (!TmpLocals.TryGetValue(type, out localTmp)) { 164localTmp = DeclareLocal(type, "_tmp" + TmpLocals.Count); 165TmpLocals.Add(type, localTmp);