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