9 references to Modifier
Microsoft.CodeAnalysis.LanguageServer.Protocol (9)
Protocol\Internal\VSInternalKindAndModifier.cs (9)
68
this.CheckModifierEquality(other.
Modifier
);
76
if (this.
Modifier
!= null)
78
for (var i = 0; i < this.
Modifier
.Length; i++)
80
if (this.
Modifier
[i] != null)
82
hashCode = (hashCode * -1521134295) + StringComparer.Ordinal.GetHashCode(this.
Modifier
[i]);
92
if (modifiers == null ^ this.
Modifier
== null)
98
this.
Modifier
!= null &&
99
modifiers.Length == this.
Modifier
.Length)
103
if (!string.Equals(modifiers[i], this.
Modifier
[i], StringComparison.Ordinal))