1 write to AssemblyName
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
TypeRef.cs (1)
25AssemblyName = assemblyName ?? throw new ArgumentNullException(nameof(assemblyName));
4 references to AssemblyName
Microsoft.CommonLanguageServerProtocol.Framework.Package (4)
TypeRef.cs (4)
48=> _assemblyQualifiedName ??= $"{TypeName}, {AssemblyName}"; 56AssemblyName == other.AssemblyName && 67hashCode = hashCode * -1521134295 + comparer.GetHashCode(AssemblyName);