1 implementation of ISerializableId
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
Graph\Id.cs (1)
14
internal readonly struct Id<T> : IEquatable<Id<T>>,
ISerializableId
where T : Element
2 references to ISerializableId
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (2)
Writing\LsifConverter.cs (2)
16
if (typeof(
ISerializableId
).IsAssignableFrom(objectType) ||
39
case
ISerializableId
id: