3 instantiations of InterpolatedStringHandlerArgument
Microsoft.CodeAnalysis.InteractiveHost (3)
Contract.cs (3)
64
public static void ThrowIfNull<T>([NotNull] T value, [
InterpolatedStringHandlerArgument
("value")] ThrowIfNullInterpolatedStringHandler<T> message, [CallerLineNumber] int lineNumber = 0)
103
public static void ThrowIfFalse([DoesNotReturnIf(parameterValue: false)] bool condition, [
InterpolatedStringHandlerArgument
("condition")] ThrowIfFalseInterpolatedStringHandler message, [CallerLineNumber] int lineNumber = 0)
142
public static void ThrowIfTrue([DoesNotReturnIf(parameterValue: true)] bool condition, [
InterpolatedStringHandlerArgument
("condition")] ThrowIfTrueInterpolatedStringHandler message, [CallerLineNumber] int lineNumber = 0)
2 references to InterpolatedStringHandlerArgument
Microsoft.CodeAnalysis.InteractiveHost (2)
InterpolatedStringHandlerArgumentAttribute.cs (2)
13
/// <summary>Initializes a new instance of the <see cref="
InterpolatedStringHandlerArgumentAttribute
"/> class.</summary>
17
/// <summary>Initializes a new instance of the <see cref="
InterpolatedStringHandlerArgumentAttribute
"/> class.</summary>