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