3 references to AssertInterpolatedStringHandler
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debug.cs (3)
90
public static void Assert([DoesNotReturnIf(false)] bool condition, [InterpolatedStringHandlerArgument(nameof(condition))] ref
AssertInterpolatedStringHandler
message) =>
103
public static void Assert([DoesNotReturnIf(false)] bool condition, [InterpolatedStringHandlerArgument(nameof(condition))] ref
AssertInterpolatedStringHandler
message, [InterpolatedStringHandlerArgument(nameof(condition))] ref
AssertInterpolatedStringHandler
detailMessage) =>