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