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)
364
new TypePositionInfo(SpecialTypeInfo.Int32, new ManagedHResultExceptionMarshallingInfo(owningInterfaceInfo.
InterfaceId
))
870
Argument(ComInterfaceGeneratorHelpers.CreateEmbeddedDataBlobCreationStatement(context.
InterfaceId
.ToByteArray())))))
ComInterfaceInfo.cs (3)
403
return HashCode.Combine(Type, ThisInterfaceKey, BaseInterfaceKey, TypeDefinitionContext,
InterfaceId
);
411
&&
InterfaceId
== other.
InterfaceId
;