3 instantiations of NotNullWhen
Microsoft.Extensions.AI (3)
ChatCompletion\ChatResponse{T}.cs (1)
78public bool TryGetResult([NotNullWhen(true)] out T? result)
ChatCompletion\FunctionInvokingChatClient.cs (2)
508IList<ChatMessage> messages, [NotNullWhen(true)] ref List<FunctionCallContent>? functionCalls) 522IList<AIContent> content, [NotNullWhen(true)] ref List<FunctionCallContent>? functionCalls)