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