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)
499IList<ChatMessage> messages, [NotNullWhen(true)] ref List<FunctionCallContent>? functionCalls) 513IList<AIContent> content, [NotNullWhen(true)] ref List<FunctionCallContent>? functionCalls)