4 references to IsAutoProperty
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourcePropertySymbol.cs (1)
120if (IsAutoProperty)
Symbols\Source\SourcePropertySymbolBase.cs (3)
617=> IsAutoProperty && _getMethod is object; 667CheckInitializer(IsAutoProperty, ContainingType.IsInterface, IsStatic, Location, diagnostics); 752else if (!hasGetAccessor && IsAutoProperty)