7 instantiations of SimplePoco
Shared.Tests (7)
JsonSchemaExporter\TestTypes.cs (7)
152
Value:
new
() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true },
153
AdditionalValues: [
new
() { String = "str", StringNullable = null }],
533
Value:
new
() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true },
534
AdditionalValues: [
new
() { String = "str", StringNullable = null }],
841
["one"] =
new
() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true },
842
["two"] =
new
() { String = "string", StringNullable = null, Int = 42, Double = 3.14, Boolean = true },
843
["three"] =
new
() { String = "string", StringNullable = null, Int = 42, Double = 3.14, Boolean = true },
5 references to SimplePoco
Shared.Tests (5)
JsonSchemaExporter\TestTypes.cs (5)
151
yield return new TestData<
SimplePoco
>(
532
yield return new TestData<
SimplePoco
>(
838
yield return new TestData<Dictionary<string,
SimplePoco
>>(
1266
[JsonSerializable(typeof(
SimplePoco
))]
1309
[JsonSerializable(typeof(Dictionary<string,
SimplePoco
>))]