3 instantiations of InterpolatedStringHandlerArgumentAttribute
Microsoft.CommonLanguageServerProtocol.Framework.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)
2 references to InterpolatedStringHandlerArgumentAttribute
Microsoft.CommonLanguageServerProtocol.Framework.Package (2)
src\Dependencies\Contracts\InterpolatedStringHandlerArgumentAttribute.cs (2)
21
/// <summary>Initializes a new instance of the <see cref="
InterpolatedStringHandlerArgumentAttribute
"/> class.</summary>
25
/// <summary>Initializes a new instance of the <see cref="
InterpolatedStringHandlerArgumentAttribute
"/> class.</summary>