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