Implemented interface member:
property
SetMethod
Microsoft.CodeAnalysis.IPropertySymbol.SetMethod
1 write to SetMethod
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationPropertySymbol.cs (1)
51
this.
SetMethod
= setMethod;
3 references to SetMethod
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
CodeGenerationPropertySymbol.cs (3)
60
this.GetMethod, this.
SetMethod
);
80
public bool IsReadOnly => this.GetMethod != null && this.
SetMethod
== null;
82
public bool IsWriteOnly => this.GetMethod == null && this.
SetMethod
!= null;