2 references to
System.Speech (2)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (2)
643
public FilePrompt(string path, System.Speech.Synthesis.SynthesisMediaType media) :
base
(default(string)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
644
public FilePrompt(System.Uri promptFile, System.Speech.Synthesis.SynthesisMediaType media) :
base
(default(string)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }