3 references to s_jsonSerializerOptions
dotnet (3)
CliSchema.cs (3)
73var result = JsonSerializer.Serialize(transportStructure, s_jsonSerializerOptions); 83var node = s_jsonSerializerOptions.GetJsonSchemaAsNode(typeof(RootCommandDetails), new JsonSchemaExporterOptions()); 84return node.ToJsonString(s_jsonSerializerOptions);