2 types derived from ProtoTemplate
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\XslAst.cs (2)
182
internal class AttributeSet :
ProtoTemplate
{
205
internal class Template :
ProtoTemplate
{
28 references to ProtoTemplate
System.Data.SqlXml (28)
System\Xml\Xsl\Xslt\Compiler.cs (2)
60
public List<
ProtoTemplate
> AllTemplates = new List<
ProtoTemplate
>();
System\Xml\Xsl\Xslt\QilGenerator.cs (4)
155
foreach (
ProtoTemplate
tmpl in compiler.AllTemplates) {
175
foreach (
ProtoTemplate
tmpl in compiler.AllTemplates) {
415
foreach (
ProtoTemplate
tmpl in compiler.AllTemplates) {
555
private void CompileProtoTemplate(
ProtoTemplate
tmpl) {
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (22)
32
private
ProtoTemplate
currentTemplate;
40
private Graph<
ProtoTemplate
> revCall0Graph = new Graph<
ProtoTemplate
>();
41
private Graph<
ProtoTemplate
> revCall1Graph = new Graph<
ProtoTemplate
>();
43
private Dictionary<QilName, List<
ProtoTemplate
>> revApplyTemplatesGraph = new Dictionary<QilName, List<
ProtoTemplate
>>();
156
foreach (
ProtoTemplate
tmpl in compiler.AllTemplates) {
163
foreach (
ProtoTemplate
tmpl in compiler.AllTemplates) {
707
private void AddApplyTemplatesEdge(QilName mode,
ProtoTemplate
dependentTemplate) {
708
List<
ProtoTemplate
> templates;
710
templates = new List<
ProtoTemplate
>();
723
foreach (
ProtoTemplate
t in revCall0Graph.Keys) {
726
foreach (
ProtoTemplate
t in revCall1Graph.Keys) {
730
foreach (
ProtoTemplate
t in revCall0Graph.Keys) {
737
foreach (
ProtoTemplate
t in revCall1Graph.Keys) {
746
private void DepthFirstSearch(
ProtoTemplate
t) {
749
List<
ProtoTemplate
> list;
750
foreach (
ProtoTemplate
u in revCall0Graph.GetAdjList(t)) {
756
foreach (
ProtoTemplate
u in revCall1Graph.GetAdjList(t)) {
768
foreach (
ProtoTemplate
u in list) {
1105
foreach (
var
template in compiler.AllTemplates) {