1 write to TypeName
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
TypeRef.cs (1)
24TypeName = typeName ?? throw new ArgumentNullException(nameof(typeName));
5 references to TypeName
Microsoft.CommonLanguageServerProtocol.Framework.Package (5)
TypeRef.cs (5)
48=> _assemblyQualifiedName ??= $"{TypeName}, {AssemblyName}"; 55TypeName == other.TypeName && 66hashCode = hashCode * -1521134295 + comparer.GetHashCode(TypeName); 77public override string ToString() => TypeName;