Implemented interface member:
property
GetMethod
Microsoft.CodeAnalysis.IPropertySymbol.GetMethod
1 write to GetMethod
Microsoft.CodeAnalysis.Workspaces (1)
CodeGenerationPropertySymbol.cs (1)
50
this.
GetMethod
= getMethod;
3 references to GetMethod
Microsoft.CodeAnalysis.Workspaces (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;