1 instantiation of TestTypesContext
Microsoft.Extensions.AI.Abstractions.Tests (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestTypesContext.g.cs (1)
26
public static global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.TestTypesContext Default { get; } = new global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
TestTypesContext
(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
5 references to TestTypesContext
Microsoft.Extensions.AI.Abstractions.Tests (5)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestTypesContext.g.cs (1)
26
public static global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
TestTypesContext
Default { get; } = new global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.TestTypesContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
Utilities\AIJsonUtilitiesTests.cs (4)
673
? new(opts) { TypeInfoResolver = TestTypes.
TestTypesContext
.Default }
674
: TestTypes.
TestTypesContext
.Default.Options;
1809
? new(opts) { TypeInfoResolver = TestTypes.
TestTypesContext
.Default }
1810
: TestTypes.
TestTypesContext
.Default.Options;