2 instantiations of GeneratedStubCodeContext
Microsoft.Interop.ComInterfaceGenerator (2)
ComMethodContext.cs (2)
93return new GeneratedStubCodeContext(sourceAvailableContext.TypeKeyOwner, sourceAvailableContext.ContainingSyntaxContext, new(methodStub), new(diagnostics)); 113return new GeneratedStubCodeContext(sourceAvailableContext.OriginalDefiningType, sourceAvailableContext.ContainingSyntaxContext, new(methodStub), new(diagnostics));
4 references to GeneratedStubCodeContext
Microsoft.Interop.ComInterfaceGenerator (4)
ComInterfaceGenerator.cs (4)
566.Where(p => p.ManagedToUnmanagedStub is GeneratedStubCodeContext) 567.Select(ctx => ((GeneratedStubCodeContext)ctx.ManagedToUnmanagedStub).Stub.Node 577.OfType<GeneratedStubCodeContext>() 591.OfType<GeneratedStubCodeContext>()