8 references to IsSameTypeIgnoringAll
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\ConstraintsHelper.vb (1)
1211
If (type IsNot Nothing) AndAlso constraintType.
IsSameTypeIgnoringAll
(type) Then
Symbols\Metadata\PE\PEMethodSymbol.vb (2)
560
If potentialMethodKind = MethodKind.Conversion AndAlso Not outputType.
IsSameTypeIgnoringAll
(contender.ReturnType) Then
566
If Not inputParams(j).Type.
IsSameTypeIgnoringAll
(contender.Parameters(j).Type) Then
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
1049
constraintInfo.TypeConstraint.
IsSameTypeIgnoringAll
(constraint) Then
Symbols\Source\SourcePropertyAccessorSymbol.vb (1)
233
If overriddenMethod IsNot Nothing AndAlso overriddenMethod.ReturnType.
IsSameTypeIgnoringAll
(result) Then
Symbols\SynthesizedSymbols\SynthesizedParameterSymbol.vb (1)
313
If overriddenParameter.Type.
IsSameTypeIgnoringAll
(valueParameterType) Then
Symbols\TypeSymbolExtensions.vb (2)
605
If current.
IsSameTypeIgnoringAll
(superType) Then
619
If current.
IsSameTypeIgnoringAll
(baseType) Then