1 reference to ThrowIfFalseInterpolatedStringHandler
Microsoft.CodeAnalysis.CodeStyle (1)
Contract.cs (1)
103public static void ThrowIfFalse([DoesNotReturnIf(parameterValue: false)] bool condition, [InterpolatedStringHandlerArgument("condition")] ThrowIfFalseInterpolatedStringHandler message, [CallerLineNumber] int lineNumber = 0)