4 writes to _keyBase
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (4)
263
_keyBase
= string.Empty;
266
_keyBase
= operation.DeclaringContract.Name + "," + operation.DeclaringContract.Namespace + ":";
268
_keyBase
= _keyBase + operation.Name;
271
_keyBase
= methodInfo.DeclaringType.FullName + ":" + methodInfo.ToString();
2 references to _keyBase
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
268
_keyBase =
_keyBase
+ operation.Name;
508
string key = mappingKey.StartsWith(":", StringComparison.Ordinal) ?
_keyBase
+ mappingKey : mappingKey;