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