1 write to IsEncoded
System.Web (1)
UI\ControlBuilder.cs (1)
742
entry.
IsEncoded
= encode;
3 references to IsEncoded
System.Web (3)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (2)
1414
entry.Name, entry.Type, builder, topStatements, currentStmts, linePragma, entry.
IsEncoded
, ref hasTempObject);
1417
DataBindingExpressionBuilder.BuildExpressionStatic(entry, builder, null, topStatements, currentStmts, linePragma, entry.
IsEncoded
, ref hasTempObject);
Compilation\DataBindingExpressionBuilder.cs (1)
136
BuildExpressionStatic(bpe, controlBuilder, controlReference, methodStatements, statements, linePragma, bpe.
IsEncoded
, ref hasTempObject);