2 references to TryGetTypeInfo
Microsoft.Extensions.AI (2)
LoggingHelpers.cs (2)
18
if (options?.
TryGetTypeInfo
(typeof(T), out var typeInfo) is true ||
19
AIJsonUtilities.DefaultOptions.
TryGetTypeInfo
(typeof(T), out typeInfo))