5 references to NotNullWhen
Microsoft.CodeAnalysis.InteractiveHost (5)
FileNameUtilities.cs (1)
31
internal static bool IsFileName([
NotNullWhen
(returnValue: true)] string? path)
PathUtilities.cs (2)
353
public static bool IsAbsolute([
NotNullWhen
(true)] string? path)
745
public static bool IsValidFilePath([
NotNullWhen
(true)] string? fullPath)
RoslynString.cs (2)
12
public static bool IsNullOrEmpty([
NotNullWhen
(returnValue: false)] string? value)
16
public static bool IsNullOrWhiteSpace([
NotNullWhen
(returnValue: false)] string? value)