2 references to OpenKey
System.Speech (2)
Internal\ObjectToken\ObjectToken.cs (1)
113return _attributes ??= OpenKey("Attributes")!;
Internal\ObjectToken\RegistryDataKey.cs (1)
110RegistryDataKey? nextKey = createIfNotExist ? baseKey.CreateKey(nextKeyPath) : baseKey.OpenKey(nextKeyPath);