1 instantiation of TrustLevel
System.Web (1)
Configuration\TrustLevelCollection.cs (1)
56return new TrustLevel();
11 references to TrustLevel
System.Web (11)
Configuration\TrustLevelCollection.cs (11)
18[ConfigurationCollection(typeof(TrustLevel), AddItemName = "trustLevel", 36public TrustLevel this[int index] { 38return (TrustLevel)BaseGet(index); 48public new TrustLevel this[string key] { 50return (TrustLevel)BaseGet(key); 59return ((TrustLevel)element).Name; 86public void Add(TrustLevel trustLevel) { 94public TrustLevel Get(int index) { 95return (TrustLevel)BaseGet(index); 102public void Remove(TrustLevel trustLevel) { 106public void Set(int index, TrustLevel trustLevel) {