22 references to IsFatalOrUnexpected
dotnet-svcutil-lib (22)
CodeSerializer.cs (3)
51if (e is ToolRuntimeException || Utils.IsFatalOrUnexpected(e)) 75if (Utils.IsFatalOrUnexpected(e)) throw; 106if (Utils.IsFatalOrUnexpected(e)) throw;
CommandLineParser.cs (1)
201if (Utils.IsFatalOrUnexpected(ex)) throw;
CommandProcessorOptions.cs (4)
246if (Utils.IsFatalOrUnexpected(ex)) throw; 984if (Utils.IsFatalOrUnexpected(ex)) throw; 997if (Utils.IsFatalOrUnexpected(ex)) throw; 1020if (Utils.IsFatalOrUnexpected(ex)) throw;
ImportModule.cs (1)
218if (Utils.IsFatalOrUnexpected(e)) throw;
Metadata\MetadaExchangeResolver.cs (2)
201if (Utils.IsFatalOrUnexpected(ex)) throw; 279if (Utils.IsFatalOrUnexpected(ex)) throw;
Metadata\MetadataDocumentLoader.cs (1)
402if (Utils.IsFatalOrUnexpected(ex)) throw;
OutputPathHelper.cs (2)
79if (Utils.IsFatalOrUnexpected(e)) throw; 103if (Utils.IsFatalOrUnexpected(e)) throw;
Shared\MSBuildProj.cs (2)
855if (Utils.IsFatalOrUnexpected(ex)) throw; 936if (Utils.IsFatalOrUnexpected(ex)) throw;
Shared\Options\ApplicationOptions.cs (1)
148if (Utils.IsFatalOrUnexpected(ex)) throw;
Shared\Options\OptionsSerializer.cs (2)
87if (Utils.IsFatalOrUnexpected(ex)) throw; 119if (Utils.IsFatalOrUnexpected(ex)) throw;
Shared\Options\OptionValueParser.cs (1)
255if (Utils.IsFatalOrUnexpected(ex)) throw;
Shared\ProjectPropertyResolver.cs (1)
97if (Utils.IsFatalOrUnexpected(ex)) throw;
Tool.cs (1)
234if (Utils.IsFatalOrUnexpected(ex)) throw;