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)
306
if (
_property
.GetMethod != null)
314
parameterType = Generator.TypeExpression(
_property
.Type);
326
? Generator.TypeExpression(
_property
.ContainingType)
417
=> _propertyBackingField != null &&
_property
.GetMethod == null;
430
=> _propertyBackingField != null &&
_property
.SetMethod == null;