2 writes to registryKey
WsatConfig (2)
Configuration\RegistryExceptionHelper.cs (2)
16this.registryKey = registryKey; 17EnsureEndsWithSlash(ref this.registryKey);
5 references to registryKey
WsatConfig (5)
Configuration\RegistryExceptionHelper.cs (5)
66return new WsatAdminException(WsatAdminErrorCode.REGISTRY_ACCESS, SR.GetString(SR.ErrorRegistryAccess, registryKey, errorCode)); 71return DoCreateRegistryAccessException(registryKey, innerException); 76return DoCreateRegistryAccessException(registryKey + subRegistryKey, innerException); 90return DoCreateRegistryWriteException(registryKey, innerException); 95return DoCreateRegistryWriteException(registryKey + subRegistryKey, innerException);