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