1 write to Guid
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\Extensions.cs (1)
289return new() { Guid = guid, Id = id };
8 references to Guid
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
Protocol\Extensions\VSImageId.cs (5)
12/// The identified is composed by a <see cref="Guid" /> and an integer. 19/// Gets or sets the <see cref="Guid" /> component of the unique identifier. 48this.Guid == other.Guid && 56hashCode = (hashCode * -1521134295) + this.Guid.GetHashCode();
Protocol\Internal\VSInternalIconMapping.cs (3)
63hashCode = (hashCode * -1521134295) + this.Images[i].Guid.GetHashCode(); 97if (current[i].Guid != other[i].Guid)