1 write to _property
Microsoft.CodeAnalysis.Features (1)
ReplacePropertyWithMethods\AbstractReplacePropertyWithMethodsService.cs (1)
111_property = property;
5 references to _property
Microsoft.CodeAnalysis.Features (5)
ReplacePropertyWithMethods\AbstractReplacePropertyWithMethodsService.cs (5)
306if (_property.GetMethod != null) 314parameterType = Generator.TypeExpression(_property.Type); 326? Generator.TypeExpression(_property.ContainingType) 417=> _propertyBackingField != null && _property.GetMethod == null; 430=> _propertyBackingField != null && _property.SetMethod == null;