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