1 write to Type
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceInfo.cs (1)
51
Type
= type;
13 references to Type
Microsoft.Interop.ComInterfaceGenerator (13)
ComInterfaceGenerator.cs (9)
162
context.AddSource(interfaceContext.Info.
Type
.FullTypeName.Replace(TypeNames.GlobalAlias, ""), sw.ToString());
314
owningInterfaceInfo.
Type
,
581
writer.WriteLine($"file {unsafeModifier}interface InterfaceImplementation : {data.Interface.Info.
Type
.FullTypeName}");
603
writer.WriteLine($"global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof({baseInterface.Info.
Type
.FullTypeName}).TypeHandle).ManagedVirtualMethodTable,");
652
string derivedInterfaceName = data.Interface.Info.
Type
.FullTypeName;
703
writer.Write($"{inheritedStub.GenerationContext.SignatureContext.StubReturnType} {inheritedStub.OriginalDeclaringInterface.Info.
Type
.FullTypeName}.{inheritedStub.MethodInfo.MethodName}");
852
ParseName(inheritedStub.OriginalDeclaringInterface.Info.
Type
.FullTypeName));
932
string declaringType = shadow.OriginalDeclaringInterface.Info.
Type
.FullTypeName;
1016
string forwardingCall = $"(({shadow.OriginalDeclaringInterface.Info.
Type
.FullTypeName})this).{shadow.MethodInfo.MethodName}"
ComInterfaceInfo.cs (3)
412
return HashCode.Combine(
Type
, ThisInterfaceKey, BaseInterfaceKey, TypeDefinitionContext, InterfaceId);
418
return
Type
== other.
Type
ComMethodContext.cs (1)
82
return new SkippedStubContext(OriginalDeclaringInterface.Info.
Type
);