2 writes to _scripts
System.Speech (2)
Recognition\Grammar.cs (2)
905
_scripts
= scripts;
928
_scripts
= scripts;
6 references to _scripts
System.Speech (6)
Recognition\Grammar.cs (1)
989
string? methodName = ScriptRef.OnInitMethod(
_scripts
, _ruleName);
Result\RecognizedPhrase.cs (5)
814
if (grammar != null && grammar.
_scripts
!= null)
857
ScriptRef[]? scripts = grammar.
_scripts
;
908
ScriptRef[]? scripts = grammar.
_scripts
;
952
if (grammar != null && grammar.
_scripts
!= null)
955
ScriptRef[] scripts = grammar.
_scripts
;