1 write to AssemblyName
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
TypeRef.cs (1)
23AssemblyName = assemblyName ?? throw new ArgumentNullException(nameof(assemblyName));
4 references to AssemblyName
Microsoft.CommonLanguageServerProtocol.Framework.Package (4)
TypeRef.cs (4)
45public string AssemblyQualifiedName { get => field ??= $"{TypeName}, {AssemblyName}"; private set; } 53AssemblyName == other.AssemblyName && 64hashCode = hashCode * -1521134295 + comparer.GetHashCode(AssemblyName);