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