1 reference to IsType
Aspire.Hosting.Analyzers (1)
Infrastructure\WellKnownTypes.cs (1)
111
public bool IsType(ITypeSymbol type, WellKnownTypeData.WellKnownType[] wellKnownTypes) =>
IsType
(type, wellKnownTypes, out var _);