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)
133
FrameworkErrorUtilities.
VerifyThrowInternalNull
(FrameworkDebugUtils.ProcessInfoString, nameof(FrameworkDebugUtils.DebugPath));
ErrorUtilities.cs (2)
144
VerifyThrowInternalNull
(parameterValue, parameterName);
156
VerifyThrowInternalNull
(parameterValue, parameterName);
ReuseableStringBuilder.cs (1)
301
FrameworkErrorUtilities.
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);