2 references to GetMetaParameter
Microsoft.Extensions.AI.Abstractions (2)
src\Shared\JsonSchemaExporter\NullabilityInfoContext\NullabilityInfoContext.cs (2)
101
metaParameter =
GetMetaParameter
(metaCtor, parameter);
107
metaParameter = string.IsNullOrEmpty(parameter.Name) ? metaMethod.ReturnParameter :
GetMetaParameter
(metaMethod, parameter);