1 write to Info
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceContext.cs (1)
22Info = info;
16 references to Info
Microsoft.Interop.ComInterfaceGenerator (16)
ComInterfaceGenerator.cs (15)
113data.OwningInterface.Info, 156WriteInterfaceInformation(writer, interfaceContext.Info); 162context.AddSource(interfaceContext.Info.Type.FullTypeName.Replace(TypeNames.GlobalAlias, ""), sw.ToString()); 580string unsafeModifier = data.Interface.Info.UseUpdatedMemorySafetyRules ? "" : "unsafe "; 581writer.WriteLine($"file {unsafeModifier}interface InterfaceImplementation : {data.Interface.Info.Type.FullTypeName}"); 603writer.WriteLine($"global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof({baseInterface.Info.Type.FullTypeName}).TypeHandle).ManagedVirtualMethodTable,"); 652string derivedInterfaceName = data.Interface.Info.Type.FullTypeName; 703writer.Write($"{inheritedStub.GenerationContext.SignatureContext.StubReturnType} {inheritedStub.OriginalDeclaringInterface.Info.Type.FullTypeName}.{inheritedStub.MethodInfo.MethodName}"); 852ParseName(inheritedStub.OriginalDeclaringInterface.Info.Type.FullTypeName)); 893data.Interface.Info.TypeDefinitionContext.WriteToWithUnsafeModifier(data.Interface.Info.UseUpdatedMemorySafetyRules, writer, (data.Interface.Info.ContainingSyntax, data.ShadowingMethods, data.Interface.Info.UseUpdatedMemorySafetyRules), static (writer, data) => 932string declaringType = shadow.OriginalDeclaringInterface.Info.Type.FullTypeName; 1016string forwardingCall = $"(({shadow.OriginalDeclaringInterface.Info.Type.FullTypeName})this).{shadow.MethodInfo.MethodName}"
ComMethodContext.cs (1)
82return new SkippedStubContext(OriginalDeclaringInterface.Info.Type);