12 references to new
Aspire.Dashboard (1)
Otlp\Model\OtlpHelpers.cs (1)
128var a = new JsonArray();
ConfigurationSchemaGenerator (3)
ConfigSchemaEmitter.cs (3)
600var enumNode = new JsonArray(); 624propertyNode["type"] = new JsonArray { "number", "string" }; 634propertyNode["oneOf"] = new JsonArray
MSBuild (3)
JsonOutputFormatter.cs (3)
58JsonArray itemArray = new(); 94JsonArray itemArray = new(); 138JsonArray outputArray = new();
System.Text.Json (4)
System\Text\Json\Nodes\JsonArray.cs (2)
82: new JsonArray(Options); 85var jsonArray = new JsonArray(Options)
System\Text\Json\Schema\JsonSchema.cs (2)
203var requiredArray = new JsonArray(); 324var array = new JsonArray();
TestProject.AppHost (1)
TestProgram.cs (1)
152var endpointsJsonArray = new JsonArray();