4 references to _errors
dotnet-svcutil-lib (4)
Shared\Options\ApplicationOptions.cs (4)
30public IEnumerable<Exception> Errors { get { return this._errors; } } 149options._errors.Add(ex); 152if (options._errors.Count > 0 && throwOnError) 294this._errors.Add(ex);