1 write to _property
Microsoft.CodeAnalysis.Features (1)
ReplacePropertyWithMethods\AbstractReplacePropertyWithMethodsService.cs (1)
110
_property
= property;
5 references to _property
Microsoft.CodeAnalysis.Features (5)
ReplacePropertyWithMethods\AbstractReplacePropertyWithMethodsService.cs (5)
305
if (
_property
.GetMethod != null)
313
parameterType = Generator.TypeExpression(
_property
.Type);
325
? Generator.TypeExpression(
_property
.ContainingType)
415
=> _propertyBackingField != null &&
_property
.GetMethod == null;
427
=> _propertyBackingField != null &&
_property
.SetMethod == null;