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