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