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