6 references to InheritsFromOrEquals
Microsoft.CodeAnalysis.CodeStyle (4)
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.cs (1)
242secondParam.Type.InheritsFromOrEquals(_eventArgsTypeOpt))
AbstractSpeculationAnalyzer.cs (1)
692return !previousReplacedType.InheritsFromOrEquals(previousOriginalType);
IMethodSymbolExtensions.cs (1)
45secondParam.Type.InheritsFromOrEquals(eventArgsType);
ITypeSymbolExtensions.cs (1)
159return InheritsFromOrEquals(type, baseType);
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
CSharpUseNullCheckOverTypeCheckDiagnosticAnalyzer.cs (2)
77typePatternOperation.InputType.InheritsFromOrEquals(typePatternOperation.MatchedType)) 107isTypeOperation.ValueOperand.Type.InheritsFromOrEquals(isTypeOperation.TypeOperand))