3 writes to _sKeyId
System.Speech (3)
Internal\ObjectToken\RegistryDataKey.cs (3)
30_sKeyId = fullPath; 41this._sKeyId = fullPath; 48this._sKeyId = fullPath;
7 references to _sKeyId
System.Speech (7)
Internal\ObjectToken\ObjectTokenCategory.cs (1)
58category.SetId(_sKeyId, false);
Internal\ObjectToken\RegistryDataKey.cs (5)
292return _sKeyId; 303int iPosSlash = _sKeyId.LastIndexOf('\\'); 304return _sKeyId.Substring(iPosSlash + 1); 368return new RegistryDataKey(_sKeyId + @"\" + keyName, sapiSubKey, true); 388return new RegistryDataKey(_sKeyId + @"\" + keyName, sapiSubKey, true);
Synthesis\VoiceInfo.cs (1)
41_registryKeyPath = token._sKeyId;