1 write to _grammarName
System.Speech (1)
Recognition\Grammar.cs (1)
262set { _grammarName = value ?? string.Empty; }
1 reference to _grammarName
System.Speech (1)
Recognition\Grammar.cs (1)
261get { return _grammarName; }