3 references to ToArray
Aspire.Hosting.Azure.Tests (1)
AzureEventHubsExtensionsTests.cs (1)
105Assert.Equal("hello worlds", Encoding.UTF8.GetString(partitionEvent.Data.EventBody.ToArray()));
Microsoft.Extensions.AI.Evaluation.Reporting.Azure (2)
Storage\AzureStorageResponseCache.cs (2)
63return client.GetFileClient(contentsFilePath).ReadContent().Value.Content.ToArray(); 91return content.Value.Content.ToArray();