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