3 references to InterpolatedStringHandlerArgument
Microsoft.CodeAnalysis.Collections.Package (3)
src\Dependencies\Contracts\Contract.cs (3)
67
public static void ThrowIfNull<T>([NotNull] T value, [
InterpolatedStringHandlerArgument
("value")] ThrowIfNullInterpolatedStringHandler<T> message, [CallerLineNumber] int lineNumber = 0, [CallerFilePath] string? filePath = null)
106
public static void ThrowIfFalse([DoesNotReturnIf(parameterValue: false)] bool condition, [
InterpolatedStringHandlerArgument
("condition")] ThrowIfFalseInterpolatedStringHandler message, [CallerLineNumber] int lineNumber = 0, [CallerFilePath] string? filePath = null)
145
public static void ThrowIfTrue([DoesNotReturnIf(parameterValue: true)] bool condition, [
InterpolatedStringHandlerArgument
("condition")] ThrowIfTrueInterpolatedStringHandler message, [CallerLineNumber] int lineNumber = 0, [CallerFilePath] string? filePath = null)