1 write to AssemblyName
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\TypeRef.cs (1)
25AssemblyName = assemblyName ?? throw new ArgumentNullException(nameof(assemblyName));
5 references to AssemblyName
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
LspServices\AbstractExportLspServiceAttribute.cs (1)
104result.Add(t.AssemblyName);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\TypeRef.cs (4)
48=> _assemblyQualifiedName ??= $"{TypeName}, {AssemblyName}"; 56AssemblyName == other.AssemblyName && 65hashCode = hashCode * -1521134295 + comparer.GetHashCode(AssemblyName);