2 references to Values
BasicWebSite (2)
ValueProviders\CustomValueProviderFactory.cs (2)
34
public bool ContainsPrefix(string prefix) =>
Values
.ContainsKey(prefix);
38
if (
Values
.TryGetValue(key, out var fn))