1 instantiation of StructDictionary
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
819Value: new([new("one", 1), new("two", 2), new("three", 3)]),
3 references to StructDictionary
Shared.Tests (3)
JsonSchemaExporter\JsonSchemaExporterTests.cs (1)
70[InlineData(typeof(TestTypes.StructDictionary<string, int>), "object")]
JsonSchemaExporter\TestTypes.cs (2)
818yield return new TestData<StructDictionary<string, int>>( 1299[JsonSerializable(typeof(StructDictionary<string, int>))]