2 instantiations of NotNullWhen
MSBuildTaskHost (2)
BackEnd\BinaryTranslator.cs (1)
677
public bool TranslateNullable<T>([
NotNullWhen
(true)] T? value)
Utilities\FileUtilities.ItemSpecModifiers.cs (1)
96
internal static bool IsItemSpecModifier([
NotNullWhen
(true)] string name)