1 write to ReferencedCollectionTypes
dotnet-svcutil-lib (1)
CommandProcessorOptions.cs (1)
104this.ReferencedCollectionTypes = new List<Type>();
3 references to ReferencedCollectionTypes
dotnet-svcutil-lib (3)
CommandProcessorOptions.cs (2)
873this.ReferencedCollectionTypes.Add(type); 971this.ReferencedCollectionTypes.Add(foundType);
ImportModule.cs (1)
321foreach (Type referencedCollectionType in options.ReferencedCollectionTypes)