10 references to RequiresImplementation
Microsoft.CodeAnalysis.VisualBasic (10)
Symbols\Metadata\PE\PEPropertySymbol.vb (2)
358
If setMethod Is Nothing OrElse Not setMethod.
RequiresImplementation
() OrElse propertiesWithImplementedSetters.Contains(prop) Then
366
If getMethod Is Nothing OrElse Not getMethod.
RequiresImplementation
() Then
Symbols\NamedTypeSymbol.vb (1)
986
If ifaceMember.
RequiresImplementation
() AndAlso Not implementationMap.ContainsKey(ifaceMember) Then
Symbols\Source\ImplementsHelper.vb (5)
370
Not accessorToCheck.
RequiresImplementation
() Then
375
accessorToCheck.
RequiresImplementation
() AndAlso
463
If Not implementedSym.
RequiresImplementation
() Then
474
If Not implementedPropertyGetMethod?.
RequiresImplementation
() Then
479
If Not implementedPropertySetMethod?.
RequiresImplementation
() Then
Symbols\Source\SourcePropertySymbol.vb (1)
904
If accessor IsNot Nothing AndAlso accessor.
RequiresImplementation
() Then
Symbols\TypeSymbol.vb (1)
650
If Not interfaceMember.
RequiresImplementation
() OrElse