11 references to VerifyThrowInternalNull
Microsoft.Build (2)
ErrorUtilities.cs (2)
72/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowInternalNull(object?, string?)"/> 76=> FrameworkErrorUtilities.VerifyThrowInternalNull(parameter, parameterName);
Microsoft.Build.Framework (4)
BackEnd\CommunicationsUtilities.cs (1)
133FrameworkErrorUtilities.VerifyThrowInternalNull(FrameworkDebugUtils.ProcessInfoString, nameof(FrameworkDebugUtils.DebugPath));
ErrorUtilities.cs (2)
144VerifyThrowInternalNull(parameterValue, parameterName); 156VerifyThrowInternalNull(parameterValue, parameterName);
ReuseableStringBuilder.cs (1)
301FrameworkErrorUtilities.VerifyThrowInternalNull(returning._borrowedBuilder);
Microsoft.Build.Tasks.Core (2)
ErrorUtilities.cs (2)
72/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowInternalNull(object?, string?)"/> 76=> FrameworkErrorUtilities.VerifyThrowInternalNull(parameter, parameterName);
Microsoft.Build.Utilities.Core (2)
ErrorUtilities.cs (2)
72/// <inheritdoc cref="FrameworkErrorUtilities.VerifyThrowInternalNull(object?, string?)"/> 76=> FrameworkErrorUtilities.VerifyThrowInternalNull(parameter, parameterName);
MSBuild (1)
ErrorUtilities.cs (1)
76=> FrameworkErrorUtilities.VerifyThrowInternalNull(parameter, parameterName);