3 references to FindFieldOrProperty
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\BinderFactory.vb (2)
296
fieldOrProperty = containingNamedTypeBinder.ContainingType.
FindFieldOrProperty
(identifier.ValueText, identifier.Span, _tree)
303
Dim additionalFieldOrProperty As Symbol = containingNamedTypeBinder.ContainingType.
FindFieldOrProperty
(identifier.ValueText, identifier.Span, _tree)
Symbols\Source\SourceFieldSymbol.vb (1)
866
Return container.
FindFieldOrProperty
(fieldName, nameSpan, tree)