7 references to InvariantCultureInfo
System.Speech (7)
Recognition\SpeechRecognitionEngine.cs (1)
32throw new ArgumentException(SR.Get(SRID.InvariantCultureInfo), nameof(culture));
Recognition\SrgsGrammar\SrgsDocument.cs (1)
124throw new ArgumentException(SR.Get(SRID.InvariantCultureInfo), nameof(value));
Synthesis\PromptBuilder.cs (3)
29throw new ArgumentException(SR.Get(SRID.InvariantCultureInfo), nameof(culture)); 369throw new ArgumentException(SR.Get(SRID.InvariantCultureInfo), nameof(culture)); 405throw new ArgumentException(SR.Get(SRID.InvariantCultureInfo), nameof(culture));
Synthesis\SpeechSynthesizer.cs (1)
253throw new ArgumentException(SR.Get(SRID.InvariantCultureInfo), nameof(culture));
Synthesis\VoiceInfo.cs (1)
34throw new ArgumentException(SR.Get(SRID.InvariantCultureInfo), nameof(culture));