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