9 references to CodeConstructType
System.Web (9)
UI\PageParserFilter.cs (1)
225public virtual bool ProcessCodeConstruct(CodeConstructType codeType, string code) {
UI\TemplateParser.cs (8)
1376if (!PageParserFilterProcessedCodeBlock(CodeConstructType.ScriptTag, script, _currentScript.Line)) { 2592private static CodeConstructType CodeConstructTypeFromCodeBlockType(CodeBlockType blockType) { 2595return CodeConstructType.CodeSnippet; 2597return CodeConstructType.ExpressionSnippet; 2599return CodeConstructType.EncodedExpressionSnippet; 2601return CodeConstructType.DataBindingSnippet; 2604return CodeConstructType.CodeSnippet; 2608private bool PageParserFilterProcessedCodeBlock(CodeConstructType codeConstructType,