1 write to _updateMethod
System.Web (1)
UI\WebControls\CompositeDataBoundControl.cs (1)
39_updateMethod = value;
2 references to _updateMethod
System.Web (2)
UI\WebControls\CompositeDataBoundControl.cs (2)
35return _updateMethod ?? String.Empty; 38if (!String.Equals(_updateMethod, value, StringComparison.OrdinalIgnoreCase)) {