3 writes to _cloneTable
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\Lookup.cs (3)
113_cloneTable = that._cloneTable; 284_cloneTable = null; 796_cloneTable ??= new Dictionary<ProjectItemInstance, ProjectItemInstance>();
6 references to _cloneTable
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\Lookup.cs (6)
113_cloneTable = that._cloneTable; 814ErrorUtilities.VerifyThrow(!_cloneTable.ContainsKey(cloneItem), "Should be new, not already in table!"); 815_cloneTable[cloneItem] = originalItem; 853/// See <see cref="_cloneTable"/> for explanation of the clone table. 858if (_cloneTable != null) 860if (_cloneTable.TryGetValue(item, out original))