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