Ejemplo n.º 1
0
 internal void BeginTemplate(TemplateAction template)
 {
     Debug.Assert(this.currentTemplate != null);
     this.currentTemplate     = template;
     this.currentMode         = template.Mode;
     this.CanHaveApplyImports = template.MatchKey != Compiler.InvalidQueryKey;
 }
Ejemplo n.º 2
0
 internal void EndTemplate() {
     Debug.Assert(this.currentTemplate != null);
     this.currentTemplate = this.rootAction;
 }
Ejemplo n.º 3
0
 internal void BeginTemplate(TemplateAction template) {
     Debug.Assert(this.currentTemplate != null);
     this.currentTemplate = template;
     this.currentMode     = template.Mode;
     this.CanHaveApplyImports = template.MatchKey != Compiler.InvalidQueryKey;
 }
Ejemplo n.º 4
0
 internal void EndTemplate()
 {
     Debug.Assert(this.currentTemplate != null);
     this.currentTemplate = this.rootAction;
 }