3 references to GetSchemaReferenceId
Microsoft.AspNetCore.OpenApi (3)
Extensions\JsonTypeInfoExtensions.cs (3)
82
return type.
GetSchemaReferenceId
(jsonTypeInfo.Options);
99
var propertyNames = string.Join("And", anonymousTypeProperties.Select(p => p.
GetSchemaReferenceId
(options)));
109
var argumentNames = string.Join("And", genericArguments.Select(arg => arg.
GetSchemaReferenceId
(options)));