7 references to FragmentState
System.Speech (7)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (7)
977
public partial struct FragmentState : System.IEquatable<System.Speech.Synthesis.TtsEngine.
FragmentState
>
990
public bool Equals(System.Speech.Synthesis.TtsEngine.
FragmentState
other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
992
public static bool operator ==(System.Speech.Synthesis.TtsEngine.
FragmentState
state1, System.Speech.Synthesis.TtsEngine.
FragmentState
state2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
993
public static bool operator !=(System.Speech.Synthesis.TtsEngine.
FragmentState
state1, System.Speech.Synthesis.TtsEngine.
FragmentState
state2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
1121
public System.Speech.Synthesis.TtsEngine.
FragmentState
State { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }