4 instantiations of InterpolatedStringHandlerArgumentAttribute
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
26
public static void Assert([DoesNotReturnIf(false)] bool condition, [
InterpolatedStringHandlerArgument
(nameof(condition))] ref AssertInterpolatedStringHandler message)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\Contract.cs (3)
65
public static void ThrowIfNull<T>([NotNull] T value, [
InterpolatedStringHandlerArgument
("value")] ThrowIfNullInterpolatedStringHandler<T> message, [CallerLineNumber] int lineNumber = 0, [CallerFilePath] string? filePath = null)
104
public static void ThrowIfFalse([DoesNotReturnIf(parameterValue: false)] bool condition, [
InterpolatedStringHandlerArgument
("condition")] ThrowIfFalseInterpolatedStringHandler message, [CallerLineNumber] int lineNumber = 0, [CallerFilePath] string? filePath = null)
143
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.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\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>