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