1 write to _detail
System.Speech (1)
Synthesis\TTSEngine\TTSEngineTypes.cs (1)
415
[DisallowNull] public string? Detail { get { return _detail; } set { Helpers.ThrowIfEmptyOrNull(value, nameof(value));
_detail
= value; } }
1 reference to _detail
System.Speech (1)
Synthesis\TTSEngine\TTSEngineTypes.cs (1)
415
[DisallowNull] public string? Detail { get { return
_detail
; } set { Helpers.ThrowIfEmptyOrNull(value, nameof(value)); _detail = value; } }