2 references to HasBackingField
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
1161
SyntaxUtilities.
HasBackingField
(propertyDecl);
2032
return SyntaxUtilities.
HasBackingField
((PropertyDeclarationSyntax)node) ? FeaturesResources.auto_property : FeaturesResources.property_;