2 instantiations of SrgsElementCompilerFactory
System.Speech (2)
Internal\SrgsCompiler\SRGSCompiler.cs (1)
107
SrgsElementCompilerFactory elementFactory =
new
(backend, cg);
Recognition\GrammarBuilder.cs (1)
389
SrgsElementCompilerFactory elementFactory =
new
(backend, cg);
3 references to SrgsElementCompilerFactory
System.Speech (3)
Internal\GrammarBuilding\GrammarBuilderPhrase.cs (1)
110
if (elementFactory is
SrgsElementCompilerFactory
)
Internal\SrgsCompiler\SRGSCompiler.cs (1)
107
SrgsElementCompilerFactory
elementFactory = new(backend, cg);
Recognition\GrammarBuilder.cs (1)
389
SrgsElementCompilerFactory
elementFactory = new(backend, cg);