Esempio n. 1
0
 public virtual Sitecore.Pathfinder.Parsing.IParseContext ParseContext(Sitecore.Pathfinder.Projects.IProject project, Sitecore.Pathfinder.Snapshots.ISnapshot snapshot, Sitecore.Pathfinder.Parsing.PathMappingContext pathMappingContext) => new Sitecore.Pathfinder.Parsing.ParseContext(Configuration, project, snapshot, pathMappingContext);
Esempio n. 2
0
 public virtual Sitecore.Pathfinder.Compiling.Compilers.ICompileContext CompileContext(Sitecore.Pathfinder.Projects.IProject project) => Resolve <Sitecore.Pathfinder.Compiling.Compilers.ICompileContext>().With(project);