6 references to IsAutoProperty
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\PropertySymbol.vb (1)
211
sourceProperty.
IsAutoProperty
AndAlso
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
2672
If propertySymbol.
IsAutoProperty
AndAlso
Symbols\Source\SourcePropertyAccessorSymbol.vb (4)
58
If(propertySymbol.
IsAutoProperty
, StringConstants.AutoPropertyValueParameterName, StringConstants.ValueParameterName))
476
If m_property.
IsAutoProperty
Then
503
If m_property.
IsAutoProperty
Then
520
Return Not m_property.
IsAutoProperty
AndAlso MyBase.GenerateDebugInfoImpl