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)
324var container = _propertyBackingField.IsStatic 340var newIdentifierToken = AddConflictAnnotation(Generator.Identifier(_propertyBackingField.Name), conflictMessage); 363var newIdentifierToken = AddConflictAnnotation(Generator.Identifier(_propertyBackingField.Name), conflictMessage); 415=> _propertyBackingField != null && _property.GetMethod == null; 427=> _propertyBackingField != null && _property.SetMethod == null;