5 references to IsCustomProperty
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Source\SourcePropertyAccessorSymbol.vb (5)
134Return Not Me.m_property.IsCustomProperty OrElse MyBase.IsImplicitlyDeclared 140Return If(Me.m_property.IsCustomProperty, MyBase.DeclaringSyntaxReferences, ImmutableArray(Of SyntaxReference).Empty) 287If m_property.IsCustomProperty Then 319Return If(m_property.IsCustomProperty, MyBase.GetLexicalSortKey(), m_property.GetLexicalSortKey()) 359If m_property.IsCustomProperty Then