1 write to Info
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceContext.cs (1)
22
Info
= info;
16 references to Info
Microsoft.Interop.ComInterfaceGenerator (16)
ComInterfaceGenerator.cs (15)
113
data.OwningInterface.
Info
,
156
WriteInterfaceInformation(writer, interfaceContext.
Info
);
162
context.AddSource(interfaceContext.
Info
.Type.FullTypeName.Replace(TypeNames.GlobalAlias, ""), sw.ToString());
580
string unsafeModifier = data.Interface.
Info
.UseUpdatedMemorySafetyRules ? "" : "unsafe ";
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));
893
data.Interface.
Info
.TypeDefinitionContext.WriteToWithUnsafeModifier(data.Interface.
Info
.UseUpdatedMemorySafetyRules, writer, (data.Interface.
Info
.ContainingSyntax, data.ShadowingMethods, data.Interface.
Info
.UseUpdatedMemorySafetyRules), static (writer, data) =>
932
string declaringType = shadow.OriginalDeclaringInterface.
Info
.Type.FullTypeName;
1016
string forwardingCall = $"(({shadow.OriginalDeclaringInterface.
Info
.Type.FullTypeName})this).{shadow.MethodInfo.MethodName}"
ComMethodContext.cs (1)
82
return new SkippedStubContext(OriginalDeclaringInterface.
Info
.Type);