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