Beispiel #1
0
 public bool TryGetKeyOrigin(KeyId keyId, [MaybeNullWhen(false)] out RootedKeyPath keyOrigin)
 => KeyOrigins.TryGetValue(keyId, out keyOrigin);
Beispiel #2
0
 public bool TryGetKeyOrigin(KeyId keyId, out RootedKeyPath keyOrigin)
 => KeyOrigins.TryGetValue(keyId, out keyOrigin);