2 references to TryGetValue
System.Runtime.Remoting (2)
Configuration\AppSettings.cs (2)
65
if (
TryGetValue
(reader, AllowTransparentProxyMessageKeyName, typeof(bool), out value))
74
if (
TryGetValue
(reader, AllowUnsanitizedWSDLUrlsKeyName, typeof(bool), out value))