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