Home
last modified time | relevance | path

Searched refs:secureConversationFeb2005Dictionary (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DDictionaryManager.cs21 SecureConversationFeb2005Dictionary secureConversationFeb2005Dictionary; field in System.IdentityModel.DictionaryManager
37 this.secureConversationFeb2005Dictionary = XD.SecureConversationFeb2005Dictionary; in DictionaryManager()
56 …this.secureConversationFeb2005Dictionary = new SecureConversationFeb2005Dictionary(parentDictionar… in DictionaryManager()
124 get { return this.secureConversationFeb2005Dictionary; }
125 set { this.secureConversationFeb2005Dictionary = value; }
H A DXD.cs20 static SecureConversationFeb2005Dictionary secureConversationFeb2005Dictionary; field in System.IdentityModel.XD
65 if (secureConversationFeb2005Dictionary == null)
66secureConversationFeb2005Dictionary = new SecureConversationFeb2005Dictionary(Dictionary);
67 return secureConversationFeb2005Dictionary;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/
H A DXD.cs39 static SecureConversationFeb2005Dictionary secureConversationFeb2005Dictionary; field in System.ServiceModel.XD
275 if (secureConversationFeb2005Dictionary == null)
276secureConversationFeb2005Dictionary = new SecureConversationFeb2005Dictionary(Dictionary);
277 return secureConversationFeb2005Dictionary;