4 references to CopyList
Microsoft.Extensions.AI (4)
ChatCompletion\ImageGeneratingChatClient.cs (4)
177newContents ??= CopyList(message.Contents, contentIndex); 299var result = CopyList(existingTools, toOffsetExclusive, tools.Length); 331newContents ??= CopyList(contents, i); 344newContents ??= CopyList(contents, i);