1 write to Type
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceInfo.cs (1)
45
Type
= type;
11 references to Type
Microsoft.Interop.ComInterfaceGenerator (11)
ComInterfaceGenerator.cs (7)
161
context.AddSource(interfaceContext.Info.
Type
.FullTypeName.Replace(TypeNames.GlobalAlias, ""), sw.ToString());
341
owningInterfaceInfo.
Type
,
519
writer.WriteLine($"file unsafe interface InterfaceImplementation : {data.Interface.Info.
Type
.FullTypeName}");
536
writer.WriteLine($"global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof({baseInterface.Info.
Type
.FullTypeName}).TypeHandle).ManagedVirtualMethodTable,");
589
ExplicitInterfaceSpecifier(ParseName(data.Interface.Info.
Type
.FullTypeName)))
604
writer.Write($"{inheritedStub.GenerationContext.SignatureContext.StubReturnType} {inheritedStub.OriginalDeclaringInterface.Info.
Type
.FullTypeName}.{inheritedStub.MethodInfo.MethodName}");
641
writer.Write($" => (({shadow.OriginalDeclaringInterface.Info.
Type
.FullTypeName})this).{shadow.MethodInfo.MethodName}");
ComInterfaceInfo.cs (3)
403
return HashCode.Combine(
Type
, ThisInterfaceKey, BaseInterfaceKey, TypeDefinitionContext, InterfaceId);
409
return
Type
== other.
Type
ComMethodContext.cs (1)
82
return new SkippedStubContext(OriginalDeclaringInterface.Info.
Type
);