4 references to GetBackingFieldIfAny
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertToRecordHelpers.cs (2)
243
referencedParameter.Equals(parameter) ? referencedProperty.
GetBackingFieldIfAny
() : null,
1126
IPropertySymbol prop => prop.
GetBackingFieldIfAny
(),
Microsoft.CodeAnalysis.Features (1)
ReplacePropertyWithMethods\ReplacePropertyWithMethodsCodeRefactoringProvider.cs (1)
163
var field = property.
GetBackingFieldIfAny
();
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\IPropertySymbolExtensions.cs (1)
78
=> property.
GetBackingFieldIfAny
() != null;