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