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