1 implementation of SupportsFieldExpression
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
77
public bool
SupportsFieldExpression
(ParseOptions options)
4 references to SupportsFieldExpression
Microsoft.CodeAnalysis.CodeStyle (4)
src\Analyzers\Core\Analyzers\UseAutoProperty\AbstractUseAutoPropertyAnalyzer.cs (4)
265
if (!this.SyntaxFacts.
SupportsFieldExpression
(semanticModel.SyntaxTree.Options))
281
if (!this.SyntaxFacts.
SupportsFieldExpression
(semanticModel.SyntaxTree.Options))
384
if (this.SyntaxFacts.
SupportsFieldExpression
(propertyDeclaration.SyntaxTree.Options) &&
556
if (!this.SyntaxFacts.
SupportsFieldExpression
(result.PropertyDeclaration.SyntaxTree.Options))