8 references to NotNullWhen
Microsoft.NET.Build.Containers (8)
ContainerHelpers.cs (6)
58public static bool TryParsePort(string? portNumber, string? portType, [NotNullWhen(true)] out Port? port, [NotNullWhen(false)] out ParsePortError? error) 104public static bool TryParsePort(string input, [NotNullWhen(true)] out Port? port, [NotNullWhen(false)] out ParsePortError? error) 181[NotNullWhen(true)] out string? containerRegistry, 182[NotNullWhen(true)] out string? containerName,
Tasks\ComputeDotnetBaseImageAndTag.cs (2)
156private bool ComputeRepositoryAndTag([NotNullWhen(true)] out string? repository, [NotNullWhen(true)] out string? tag)