1 reference to ThrowIfNullInterpolatedStringHandler
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\Contract.cs (1)
65
public static void ThrowIfNull<T>([NotNull] T value, [InterpolatedStringHandlerArgument("value")]
ThrowIfNullInterpolatedStringHandler
<T> message, [CallerLineNumber] int lineNumber = 0, [CallerFilePath] string? filePath = null)