1 write to _scriptRefs
System.Speech (1)
Internal\SrgsCompiler\BackEnd.cs (1)
1339
_scriptRefs
= value;
5 references to _scriptRefs
System.Speech (5)
Internal\SrgsCompiler\BackEnd.cs (5)
92
foreach (ScriptRef script in
_scriptRefs
)
185
foreach (ScriptRef script in
_scriptRefs
)
1071
header.GrammarOptions |=
_scriptRefs
.Count > 0 ? GrammarOptions.STG | GrammarOptions.KeyValuePairSrgs : 0;
1076
header.cScripts =
_scriptRefs
.Count;
1078
ulOffset += (uint)(
_scriptRefs
.Count * Marshal.SizeOf<CfgScriptRef>());