4 references to IsSupportedElement
Microsoft.AspNetCore.Components.Endpoints (4)
Serialization\JsonStoredDataSerializer.cs (4)
30
if (
IsSupportedElement
(type))
37
return
IsSupportedElement
(type.GetElementType()!);
47
return arguments[0] == typeof(string) &&
IsSupportedElement
(arguments[1]);
52
return
IsSupportedElement
(arguments[0]);