1 write to ClassName
Microsoft.Interop.ComInterfaceGenerator (1)
ComClassInfo.cs (1)
20
ClassName
= className;
5 references to ClassName
Microsoft.Interop.ComInterfaceGenerator (5)
ComClassGenerator.cs (2)
40
var 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
81
return HashCode.Combine(
ClassName
, ContainingSyntaxContext, ImplementedInterfacesNames);