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