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