4 references to GetSchemaReferenceId
Microsoft.AspNetCore.OpenApi (4)
Extensions\JsonTypeInfoExtensions.cs (4)
90
return type.
GetSchemaReferenceId
(jsonTypeInfo.Options);
107
var propertyNames = string.Join("And", anonymousTypeProperties.Select(p => p.
GetSchemaReferenceId
(options)));
114
return type.GetGenericArguments()[0].
GetSchemaReferenceId
(options);
129
var argumentNames = string.Join("And", genericArguments.Select(arg => arg.
GetSchemaReferenceId
(options)));