1 write to Id
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Internal\Text\ImageId.cs (1)
50Id = id;
7 references to Id
Microsoft.CodeAnalysis.LanguageServer.Protocol (7)
Protocol\Internal\Converters\ImageIdConverter.cs (3)
27var id = root.GetProperty(nameof(ImageId.Id)).GetInt32(); 40writer.WriteNumber(nameof(ImageId.Id), value.Id);
Protocol\Internal\Text\ImageId.cs (4)
62var id = Id; 68var id = Id; 69if (id.Equals(other.Id)) 103var id = Id;