4 references to NotNullWhen
Microsoft.Extensions.ServiceDiscovery (4)
Configuration\ConfigurationServiceEndpointProvider.cs (1)
202private static bool TryParseEndPoint(string value, [NotNullWhen(true)] out EndPoint? endPoint)
Configuration\ConfigurationServiceEndpointProviderFactory.cs (1)
21public bool TryCreateProvider(ServiceEndpointQuery query, [NotNullWhen(true)] out IServiceEndpointProvider? provider)
PassThrough\PassThroughServiceEndpointProviderFactory.cs (2)
16public bool TryCreateProvider(ServiceEndpointQuery query, [NotNullWhen(true)] out IServiceEndpointProvider? provider) 29private static bool TryCreateEndPoint(string serviceName, [NotNullWhen(true)] out EndPoint? endPoint)