4 references to Strings
System.ServiceModel (4)
System\ServiceModel\Description\ClientClassGenerator.cs (4)
937String.Compare(interfaceName, 0, Strings.InterfaceTypePrefix, 0, Strings.InterfaceTypePrefix.Length, StringComparison.Ordinal) == 0 && 991return GetClassName(interfaceName) + Strings.ClientTypeSuffix; 1001return new CodePropertyReferenceExpression(new CodeBaseReferenceExpression(), Strings.ClientBaseChannelProperty);