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