7 references to UnconditionalInterpolatedStringHandler
Microsoft.Build.Framework (7)
Assumed.cs (3)
20/// methods additionally accept an <see cref="UnconditionalInterpolatedStringHandler"/> 780public static void Unreachable(ref UnconditionalInterpolatedStringHandler handler) 808public static T Unreachable<T>(ref UnconditionalInterpolatedStringHandler handler)
InternalError.cs (4)
31public static void Throw(ref UnconditionalInterpolatedStringHandler handler) 53public static void Throw(ref UnconditionalInterpolatedStringHandler handler, Exception innerException) 83public static T Throw<T>(ref UnconditionalInterpolatedStringHandler handler) 116public static T Throw<T>(ref UnconditionalInterpolatedStringHandler handler, Exception innerException)