4 references to Strings
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (4)
936
String.Compare(interfaceName, 0,
Strings
.InterfaceTypePrefix, 0,
Strings
.InterfaceTypePrefix.Length, StringComparison.Ordinal) == 0 &&
990
return GetClassName(interfaceName) +
Strings
.ClientTypeSuffix;
1000
return new CodePropertyReferenceExpression(new CodeBaseReferenceExpression(),
Strings
.ClientBaseChannelProperty);