1 write to _propertyBackingField
Microsoft.CodeAnalysis.Features (1)
ReplacePropertyWithMethods\AbstractReplacePropertyWithMethodsService.cs (1)
111
_propertyBackingField
= propertyBackingField;
5 references to _propertyBackingField
Microsoft.CodeAnalysis.Features (5)
ReplacePropertyWithMethods\AbstractReplacePropertyWithMethodsService.cs (5)
324
var container =
_propertyBackingField
.IsStatic
340
var newIdentifierToken = AddConflictAnnotation(Generator.Identifier(
_propertyBackingField
.Name), conflictMessage);
363
var newIdentifierToken = AddConflictAnnotation(Generator.Identifier(
_propertyBackingField
.Name), conflictMessage);
415
=>
_propertyBackingField
!= null && _property.GetMethod == null;
427
=>
_propertyBackingField
!= null && _property.SetMethod == null;