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