8 references to Add
Microsoft.AspNetCore.Mvc.FunctionalTests (7)
FormFileUploadTest.cs (5)
37content.Add(new StringContent("John's biography content"), "Biography", "Bio.txt"); 61content.Add(new StringContent("camera spec1 file contents"), "Specs[0].Value", "camera_spec1.txt"); 62content.Add(new StringContent("camera spec2 file contents"), "Specs[0].Value", "camera_spec2.txt"); 64content.Add(new StringContent("battery spec1 file contents"), "Specs[1].Value", "battery_spec1.txt"); 65content.Add(new StringContent("battery spec2 file contents"), "Specs[1].Value", "battery_spec2.txt");
SimpleWithWebApplicationBuilderTests.cs (2)
264content.Add(new StringContent(new string('a', 42)), "file", "file.txt"); 286content.Add(new StringContent(new string('a', 42)), "file", "file.txt");
Microsoft.DotNet.Build.Tasks.Feed (1)
src\PublishArtifactsInManifestBase.cs (1)
1438content.Add(packageContent, "package", "package.nupkg");