1 write to ReferencedTypes
dotnet-svcutil-lib (1)
CommandProcessorOptions.cs (1)
102
this.
ReferencedTypes
= new List<Type>();
2 references to ReferencedTypes
dotnet-svcutil-lib (2)
CommandProcessorOptions.cs (1)
868
this.
ReferencedTypes
.Add(type);
ImportModule.cs (1)
319
foreach (Type referencedType in options.
ReferencedTypes
)