1 write to Exception
NuGet.Packaging (1)
Licenses\WithOperator.cs (1)
18Exception = exception ?? throw new ArgumentNullException(nameof(exception));
2 references to Exception
NuGet.Packaging (2)
Licenses\NuGetLicenseExpressionExtensions.cs (1)
70exceptionProcessor?.Invoke(withOperator.Exception);
Licenses\WithOperator.cs (1)
33return $"{License.ToString()} WITH {Exception.ToString()}";