3 instantiations of NotNullWhen
Microsoft.Build.Framework (3)
Logging\LoggerParametersHelper.cs (1)
19public static bool TryParseVerbosityParameter(string parameterValue, [NotNullWhen(true)] out LoggerVerbosity? verbosity)
NodeMode.cs (2)
54public static bool TryParse(string value, [NotNullWhen(true)] out NodeMode? nodeMode) 79private static bool TryParseImpl(string value, [NotNullWhen(true)] out NodeMode? nodeMode)