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