2 references to AddSpecifiedTypesToDictionary
dotnet-svcutil-lib (2)
CommandProcessorOptions.cs (2)
792
var foundCollectionTypes =
AddSpecifiedTypesToDictionary
(this.CollectionTypes, Switches.CollectionType.Name);
793
var excludedTypes =
AddSpecifiedTypesToDictionary
(this.ExcludeTypes, Switches.ExcludeType.Name);