3 references to ResolverType
System.ServiceModel (3)
System\ServiceModel\Configuration\PeerCustomResolverElement.cs (3)
77
if (!String.IsNullOrEmpty(this.
ResolverType
))
79
Type myResolverType = Type.GetType(this.
ResolverType
, false);
87
SR.GetString(SR.PeerResolverInvalid, this.
ResolverType
)));