8 references to SrgsRule
System.Speech (8)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (8)
467public SrgsDocument(System.Speech.Recognition.SrgsGrammar.SrgsRule grammarRootRule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 479public System.Speech.Recognition.SrgsGrammar.SrgsRule Root { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 574public SrgsRuleRef(System.Speech.Recognition.SrgsGrammar.SrgsRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 575public SrgsRuleRef(System.Speech.Recognition.SrgsGrammar.SrgsRule rule, string semanticKey) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 576public SrgsRuleRef(System.Speech.Recognition.SrgsGrammar.SrgsRule rule, string semanticKey, string parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 587public sealed partial class SrgsRulesCollection : System.Collections.ObjectModel.KeyedCollection<string, System.Speech.Recognition.SrgsGrammar.SrgsRule> 590public void Add(params System.Speech.Recognition.SrgsGrammar.SrgsRule[] rules) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 591protected override string GetKeyForItem(System.Speech.Recognition.SrgsGrammar.SrgsRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }