8 references to IsAutoProperty
Microsoft.CodeAnalysis.VisualBasic (7)
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
197
sourceProperty.
IsAutoProperty
AndAlso
Symbols\PropertySymbol.vb (1)
213
sourceProperty.
IsAutoProperty
AndAlso
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
2662
If propertySymbol.
IsAutoProperty
AndAlso
Symbols\Source\SourcePropertyAccessorSymbol.vb (4)
58
If(propertySymbol.
IsAutoProperty
, StringConstants.AutoPropertyValueParameterName, StringConstants.ValueParameterName))
472
If m_property.
IsAutoProperty
Then
499
If m_property.
IsAutoProperty
Then
516
Return Not m_property.
IsAutoProperty
AndAlso MyBase.GenerateDebugInfoImpl
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\Source\PropertyTests.vb (1)
8147
Assert.True(sourceProperty.
IsAutoProperty
)