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