6 references to IsAutoPropertyOrUsesFieldKeyword
Microsoft.CodeAnalysis.CSharp (6)
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.cs (1)
284Debug.Assert(autoProp.IsAutoPropertyOrUsesFieldKeyword,
Symbols\Source\SourcePropertySymbolBase.cs (4)
309else if (!IsAutoPropertyOrUsesFieldKeyword) 871if (IsAutoPropertyOrUsesFieldKeyword) 1269=> IsAutoPropertyOrUsesFieldKeyword 1837else if (this.IsAutoPropertyOrUsesFieldKeyword && type.IsRefLikeOrAllowsRefLikeType() && (this.IsStatic || !this.ContainingType.IsRefLikeType))
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
158if (!allAttributeSyntaxNodes.IsEmpty && _property.IsAutoPropertyOrUsesFieldKeyword)