2 writes to _culture
System.Speech (2)
Synthesis\VoiceInfo.cs (2)
36
_culture
= culture;
57
_culture
= SapiAttributeParser.GetCultureInfoFromLanguageString(langId);
5 references to _culture
System.Speech (5)
Synthesis\VoiceInfo.cs (5)
132
&& (
_culture
== null || voice.
_culture
== null ||
_culture
.Equals(voice.
_culture
));
178
return
_culture
;