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