1 write to Type
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceCredentialsElement.cs (1)
109this.Type = source.Type;
4 references to Type
System.ServiceModel (4)
System\ServiceModel\Configuration\ServiceCredentialsElement.cs (4)
109this.Type = source.Type; 117if (string.IsNullOrEmpty(this.Type)) 123Type credentialsType = System.Type.GetType(this.Type, true); 127SR.GetString(SR.ConfigInvalidServiceCredentialsType, this.Type, credentialsType.AssemblyQualifiedName)));