3 references to IsAncestorOrSelfOfType
System.Windows.Forms.Analyzers.VisualBasic (3)
Analyzers\AvoidPassingTaskWithoutCancellationToken\AvoidPassingTaskWithoutCancellationTokenAnalyzer.vb (3)
68
If containingType Is Nothing OrElse Not
IsAncestorOrSelfOfType
(containingType, "System.Windows.Forms.Control") Then
80
If Not
IsAncestorOrSelfOfType
(objectType, "System.Windows.Forms.Control") Then
107
IsAncestorOrSelfOfType
(type.BaseType, typeName))