4 writes to keyBase
System.ServiceModel (4)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (4)
309
keyBase
= string.Empty;
312
keyBase
= operation.DeclaringContract.Name + "," + operation.DeclaringContract.Namespace + ":";
314
keyBase
= keyBase + operation.Name;
317
keyBase
= methodInfo.DeclaringType.FullName + ":" + methodInfo.ToString();
2 references to keyBase
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
314
keyBase =
keyBase
+ operation.Name;
604
string key = mappingKey.StartsWith(":", StringComparison.Ordinal) ?
keyBase
+ mappingKey : mappingKey;