4 writes to _selectedEntityTypeProperties
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceDataSelection.cs (4)
332_selectedEntityTypeProperties = null; 435_selectedEntityTypeProperties = selectedProperties; 440_selectedEntityTypeProperties = null; 446_selectedEntityTypeProperties = new List<int>();
15 references to _selectedEntityTypeProperties
System.Web.Entity.Design (15)
System\Data\WebControls\Design\EntityDataSourceDataSelection.cs (15)
322_panel.SetEntityTypeProperties(_entityTypeProperties, _selectedEntityTypeProperties); 344Debug.Assert(_selectedEntityTypeProperties != null && _selectedEntityTypeProperties.Count > 0, "expected non-null _selectedEntityTypeProperties with at least one value"); 347if (_selectedEntityTypeProperties[0] == 0) 349Debug.Assert(_selectedEntityTypeProperties.Count == 1, "'Select All (Entity Value)' should be the only property selected"); 355foreach (int propertyIndex in _selectedEntityTypeProperties) 447_selectedEntityTypeProperties.Add(0); 483_selectedEntityTypeProperties.Add(propertyIndex); 488_selectedEntityTypeProperties.Clear(); 494_selectedEntityTypeProperties.Remove(propertyIndex); 511Debug.Assert(_selectedEntityTypeProperties != null, "expected _entityTypeProperties to be non-null if _select is null"); 566(_selectedEntityTypeProperties != null && 567_selectedEntityTypeProperties.Count == 1 && 568_selectedEntityTypeProperties[0] == 0)); 647_wizardForm.SetCanFinish(_selectedEntitySetName != null && (_select != null || _selectedEntityTypeProperties.Count > 0));