3 instantiations of CustomGrammar
System.Speech (3)
Internal\SrgsCompiler\SRGSCompiler.cs (2)
36
CustomGrammar cgCombined =
new
();
106
CustomGrammar cg =
new
();
Recognition\GrammarBuilder.cs (1)
388
CustomGrammar cg =
new
();
14 references to CustomGrammar
System.Speech (14)
Internal\SrgsCompiler\CustomGrammar.cs (1)
32
internal void Combine(
CustomGrammar
cg, string innerCode)
Internal\SrgsCompiler\GrammarElement.cs (3)
15
internal GrammarElement(Backend backend,
CustomGrammar
cg)
299
internal
CustomGrammar
CustomGrammar
362
private
CustomGrammar
_cg;
Internal\SrgsCompiler\SRGSCompiler.cs (7)
34
List<
CustomGrammar
.CfgResource> cfgResources = new();
36
CustomGrammar
cgCombined = new();
57
CustomGrammar
cg = CompileStream(iReader + 1, srgsParser, srgsPath, filename, stream, fOutputCfg, innerCode, cfgResources, out culture, referencedAssemblies, keyFile);
84
List<
CustomGrammar
.CfgResource> cfgResources = new();
103
private static
CustomGrammar
CompileStream(int iCfg, ISrgsParser srgsParser, string? srgsPath, string? filename, Stream? stream, bool fOutputCfg, StringBuilder innerCode, object cfgResources, out CultureInfo culture, string[]? referencedAssemblies, string? keyFile)
106
CustomGrammar
cg = new();
191
private static void CreateAssembly(Backend backend,
CustomGrammar
cg)
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (2)
17
internal SrgsElementCompilerFactory(Backend backend,
CustomGrammar
cg)
358
private
CustomGrammar
_cg;
Recognition\GrammarBuilder.cs (1)
388
CustomGrammar
cg = new();