1 write to modifier
Microsoft.CodeAnalysis.CSharp (1)
Symbols\CustomModifier.cs (1)
22
this.
modifier
= modifier;
8 references to modifier
Microsoft.CodeAnalysis.CSharp (8)
Symbols\CustomModifier.cs (8)
32
return
modifier
.GetPublicSymbol();
40
return
modifier
;
89
return
modifier
.GetHashCode();
101
return other != null && other.
modifier
.Equals(this.
modifier
);
121
return
modifier
.GetHashCode();
133
return other != null && other.
modifier
.Equals(this.
modifier
);