1 write to InterfaceId
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceInfo.cs (1)
51
InterfaceId
= interfaceId;
5 references to InterfaceId
Microsoft.Interop.ComInterfaceGenerator (5)
ComInterfaceGenerator.cs (2)
274
new TypePositionInfo(SpecialTypeInfo.Int32, new ManagedHResultExceptionMarshallingInfo(owningInterfaceInfo.
InterfaceId
))
510
writer.WriteLine($"public static global::System.Guid Iid {{ get; }} = new([{string.Join(", ", interfaceInfo.
InterfaceId
.ToByteArray())}]);");
ComInterfaceInfo.cs (3)
403
return HashCode.Combine(Type, ThisInterfaceKey, BaseInterfaceKey, TypeDefinitionContext,
InterfaceId
);
411
&&
InterfaceId
== other.
InterfaceId
;