1 write to Guid
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\Extensions.cs (1)
289
return 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.
48
this.
Guid
== other.
Guid
&&
56
hashCode = (hashCode * -1521134295) + this.
Guid
.GetHashCode();
Protocol\Internal\VSInternalIconMapping.cs (3)
63
hashCode = (hashCode * -1521134295) + this.Images[i].
Guid
.GetHashCode();
97
if (current[i].
Guid
!= other[i].
Guid
)