3 references to _tmpLocals
System.Private.Xml (3)
System\Xml\Serialization\CodeGenerator.cs (3)
153
if (!
_tmpLocals
.TryGetValue(type, out localTmp))
155
localTmp = DeclareLocal(type, $"_tmp{
_tmpLocals
.Count}");
156
_tmpLocals
.Add(type, localTmp);