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