5 instantiations of NotNullWhen
Microsoft.Build.Tasks.CodeAnalysis (5)
CommandLineBuilderExtension.cs (1)
175
internal static bool IsParameterEmpty([
NotNullWhen
(false)] string? parameter, params char[] splitOn)
RoslynString.cs (2)
12
public static bool IsNullOrEmpty([
NotNullWhen
(returnValue: false)] string? value)
16
public static bool IsNullOrWhiteSpace([
NotNullWhen
(returnValue: false)] string? value)
RuntimeHostInfo.cs (1)
53
internal static bool IsDotNetHost([
NotNullWhen
(true)] out string? pathToDotNet)
UnicodeCharacterUtilities.cs (1)
91
public static bool IsValidIdentifier([
NotNullWhen
(returnValue: true)] string? name)