2 writes to UseSetAttribute
System.Web (2)
UI\ControlBuilder.cs (2)
814entry.UseSetAttribute = true; 841entry.UseSetAttribute = true;
3 references to UseSetAttribute
System.Web (3)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (1)
1412Debug.Assert(!entry.UseSetAttribute, "Two-way binding is not supported on expandos - this should have been prevented in ControlBuilder");
UI\ControlBuilder.cs (2)
2332if (entry.UseSetAttribute) { 2408Debug.Assert(!entry.UseSetAttribute, "Two-way binding is not supported on expandos - this should have been prevented in ControlBuilder");