3 writes to _cloneTable
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\Lookup.cs (3)
122_cloneTable = that._cloneTable; 287_cloneTable = null; 890_cloneTable ??= new Dictionary<ProjectItemInstance, ProjectItemInstance>();
6 references to _cloneTable
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\Lookup.cs (6)
122_cloneTable = that._cloneTable; 906ErrorUtilities.VerifyThrow(!_cloneTable.ContainsKey(cloneItem), "Should be new, not already in table!"); 907_cloneTable[cloneItem] = originalItem; 952/// See <see cref="_cloneTable"/> for explanation of the clone table. 957if (_cloneTable != null) 959if (_cloneTable.TryGetValue(item, out original))