5 references to IsCustomProperty
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Source\SourcePropertyAccessorSymbol.vb (5)
133Return Not Me.m_property.IsCustomProperty OrElse MyBase.IsImplicitlyDeclared 139Return If(Me.m_property.IsCustomProperty, MyBase.DeclaringSyntaxReferences, ImmutableArray(Of SyntaxReference).Empty) 286If m_property.IsCustomProperty Then 318Return If(m_property.IsCustomProperty, MyBase.GetLexicalSortKey(), m_property.GetLexicalSortKey()) 358If m_property.IsCustomProperty Then