1 reference to ThrowIfTrueInterpolatedStringHandler
Microsoft.CodeAnalysis.CodeStyle (1)
Contract.cs (1)
142public static void ThrowIfTrue([DoesNotReturnIf(parameterValue: true)] bool condition, [InterpolatedStringHandlerArgument("condition")] ThrowIfTrueInterpolatedStringHandler message, [CallerLineNumber] int lineNumber = 0)