1 write to _insertMethod
System.Web (1)
UI\WebControls\CompositeDataBoundControl.cs (1)
69_insertMethod = value;
2 references to _insertMethod
System.Web (2)
UI\WebControls\CompositeDataBoundControl.cs (2)
65return _insertMethod ?? String.Empty; 68if (!String.Equals(_insertMethod, value, StringComparison.OrdinalIgnoreCase)) {