10 implementations of PostParse
System.Speech (10)
Internal\SrgsCompiler\GrammarElement.cs (1)
79
void IElement.
PostParse
(IElement? parent)
Internal\SrgsCompiler\Item.cs (1)
28
void IElement.
PostParse
(IElement parentElement)
Internal\SrgsCompiler\OneOf.cs (1)
45
void IElement.
PostParse
(IElement parentElement)
Internal\SrgsCompiler\ParseElement.cs (1)
46
void IElement.
PostParse
(IElement? parent)
Internal\SrgsCompiler\PropertyTag.cs (1)
80
void IElement.
PostParse
(IElement parentElement)
Internal\SrgsCompiler\Rule.cs (1)
152
void IElement.
PostParse
(IElement? grammar)
Internal\SrgsCompiler\Subset.cs (1)
42
void IElement.
PostParse
(IElement? parentElement)
Recognition\SrgsGrammar\SrgsElement.cs (1)
46
void IElement.
PostParse
(IElement? parent)
Recognition\SrgsGrammar\SrgsGrammar.cs (1)
205
void IElement.
PostParse
(IElement? parent)
Recognition\SrgsGrammar\SrgsRule.cs (1)
312
void IElement.
PostParse
(IElement grammar)
23 references to PostParse
System.Speech (23)
Internal\GrammarBuilding\BuilderElements.cs (2)
161
element.
PostParse
(parent);
174
element.
PostParse
(parent);
Internal\GrammarBuilding\OneOfElement.cs (1)
39
element.
PostParse
(oneOf);
Internal\GrammarBuilding\RuleElement.cs (1)
71
_rule.
PostParse
(grammar);
Internal\SrgsCompiler\RuleRef.cs (2)
112
((IRule)rule).
PostParse
(parent);
124
((IOneOf)oneOf).
PostParse
(parent);
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (1)
296
((IOneOf)oneOf).
PostParse
(parent);
Internal\SrgsParser\SrgsDocumentParser.cs (7)
75
rule.
PostParse
(grammar);
88
grammar.
PostParse
(null!);
167
ruleRef.
PostParse
(parent);
183
oneOf.
PostParse
(parent);
200
item.
PostParse
(parent);
262
tag.
PostParse
(parent);
277
tag.
PostParse
(parent);
Internal\SrgsParser\XmlParser.cs (6)
493
grammar.
PostParse
(null!);
772
ruleRef.
PostParse
(parent);
800
oneOf.
PostParse
(parent);
853
item.
PostParse
(parent);
1422
tag.
PostParse
(parent!);
1556
rule.
PostParse
(grammar);
Recognition\GrammarBuilder.cs (3)
514
element.
PostParse
(root);
520
root.
PostParse
(elementFactory.Grammar);
522
elementFactory.Grammar.
PostParse
(null!);