3 references to _namespacesToMatch
dotnet-svcutil-lib (3)
CodeDomFixup\CodeDomVisitors\EnsureAdditionalAssemblyReference.cs (3)
26foreach (string ns in _namespacesToMatch.Keys) 28if (!_alreadyAdded.Contains(_namespacesToMatch[ns]) && typeref.BaseType.StartsWith(ns, StringComparison.Ordinal)) 30EnsureAssemblyReference(_namespacesToMatch[ns]);