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) 282If m_property.IsCustomProperty Then 314Return If(m_property.IsCustomProperty, MyBase.GetLexicalSortKey(), m_property.GetLexicalSortKey()) 354If m_property.IsCustomProperty Then