1 write to ClassName
Microsoft.Interop.ComInterfaceGenerator (1)
ComClassInfo.cs (1)
20ClassName = className;
5 references to ClassName
Microsoft.Interop.ComInterfaceGenerator (5)
ComClassGenerator.cs (2)
40var className = attributedClasses.Select(static (info, ct) => info.ClassName); 43.Select(static (info, ct) => new { info.ClassName, info.ImplementedInterfacesNames })
ComClassInfo.cs (3)
74&& ClassName == other.ClassName 81return HashCode.Combine(ClassName, ContainingSyntaxContext, ImplementedInterfacesNames);