Home
last modified time | relevance | path

Searched refs:EnsureKeyValidated (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DHttpValueCollection.cs95 private void EnsureKeyValidated(string key) { in EnsureKeyValidated() method in System.Web.HttpValueCollection
120 EnsureKeyValidated(key); in Get()
126 EnsureKeyValidated(name); in Get()
133 EnsureKeyValidated(key); in GetValues()
139 EnsureKeyValidated(name); in GetValues()
H A DHttpCookieCollection.cs128 private void EnsureKeyValidated(string key, string value) { in EnsureKeyValidated() method in System.Web.HttpCookieCollection
266 EnsureKeyValidated(name, cookie.Value); in Get()
297 EnsureKeyValidated(GetKey(index), cookie.Value); in Get()