1 write to ClrNamespace
dotnet-svcutil-lib (1)
ImportModule.cs (1)
348
importOptions.
ClrNamespace
= options.NamespaceMappings.FirstOrDefault(m => m.Key == "*").Value;
1 reference to ClrNamespace
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
41
string clrNamespace = options.
ClrNamespace
?? string.Empty;