1 reference to ThrowIfFalseInterpolatedStringHandler
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Contracts\Contract.cs (1)
106
public static void ThrowIfFalse([DoesNotReturnIf(parameterValue: false)] bool condition, [InterpolatedStringHandlerArgument("condition")]
ThrowIfFalseInterpolatedStringHandler
message, [CallerLineNumber] int lineNumber = 0, [CallerFilePath] string? filePath = null)