2 references to NamespaceContainsType
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (2)
425
if (
NamespaceContainsType
(ns, typeName) || GlobalTypeNameConflicts(clrNamespace, typeName))
430
if (!
NamespaceContainsType
(ns, uniqueName) && !GlobalTypeNameConflicts(clrNamespace, uniqueName))