1 instantiation of RootCommandDetails
dotnet (1)
CliSchema.cs (1)
101return new RootCommandDetails(
3 references to RootCommandDetails
dotnet (3)
CliSchema.cs (3)
72RootCommandDetails transportStructure = CreateRootCommandDetails(command); 83var node = s_jsonSerializerOptions.GetJsonSchemaAsNode(typeof(RootCommandDetails), new JsonSchemaExporterOptions()); 95private static RootCommandDetails CreateRootCommandDetails(Command command)