3 references to IsAutoPropertyAccessor
Microsoft.CodeAnalysis.CSharp (3)
Compiler\MethodCompiler.cs (1)
1895
if (sourceMethod is SourcePropertyAccessorSymbol {
IsAutoPropertyAccessor
: true })
Symbols\Source\SourcePropertySymbolBase.cs (2)
328
if (property._setMethod is {
IsAutoPropertyAccessor
: false } setMethod
335
else if (property._getMethod is {
IsAutoPropertyAccessor
: false } getMethod