1 write to Id
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\Extensions.cs (1)
289
return new() { Guid = guid,
Id
= id };
6 references to Id
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Protocol\Extensions\VSImageId.cs (3)
49
this.
Id
== other.
Id
;
57
hashCode = (hashCode * -1521134295) + this.
Id
.GetHashCode();
Protocol\Internal\VSInternalIconMapping.cs (3)
64
hashCode = (hashCode * -1521134295) + this.Images[i].
Id
.GetHashCode();
92
if (current[i].
Id
!= other[i].
Id
)