2 references to NotConstrainedToTheInterfaceOrSelf
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Usage\ImplementGenericMathInterfacesCorrectly.cs (2)
67
(!symbol.IsGenericType ||
NotConstrainedToTheInterfaceOrSelf
(anInterface, symbol)))
82
(!symbol.IsGenericType ||
NotConstrainedToTheInterfaceOrSelf
(anInterface, symbol)))