13 references to RequiresImplementation
Microsoft.CodeAnalysis.VisualBasic (13)
Binding\Binder.vb (2)
960
symbol.
RequiresImplementation
() Then
966
Not symbol.
RequiresImplementation
() Then
Symbols\Metadata\PE\PEPropertySymbol.vb (2)
356
If setMethod Is Nothing OrElse Not setMethod.
RequiresImplementation
() OrElse propertiesWithImplementedSetters.Contains(prop) Then
364
If getMethod Is Nothing OrElse Not getMethod.
RequiresImplementation
() Then
Symbols\NamedTypeSymbol.vb (1)
978
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\SourceMemberContainerTypeSymbol.vb (1)
3399
If ifaceMember.
RequiresImplementation
() Then
Symbols\Source\SourcePropertySymbol.vb (1)
901
If accessor IsNot Nothing AndAlso accessor.
RequiresImplementation
() Then
Symbols\TypeSymbol.vb (1)
640
If Not interfaceMember.
RequiresImplementation
() OrElse