2 instantiations of GeneratedStubCodeContext
Microsoft.Interop.ComInterfaceGenerator (2)
ComMethodContext.cs (2)
85return new GeneratedStubCodeContext(GenerationContext.TypeKeyOwner, GenerationContext.ContainingSyntaxContext, new(methodStub), new(diagnostics)); 99return new GeneratedStubCodeContext(GenerationContext.OriginalDefiningType, GenerationContext.ContainingSyntaxContext, new(methodStub), new(diagnostics));
4 references to GeneratedStubCodeContext
Microsoft.Interop.ComInterfaceGenerator (4)
ComInterfaceGenerator.cs (4)
485.Where(p => p.ManagedToUnmanagedStub is GeneratedStubCodeContext) 486.Select(ctx => ((GeneratedStubCodeContext)ctx.ManagedToUnmanagedStub).Stub.Node 496.OfType<GeneratedStubCodeContext>() 510.OfType<GeneratedStubCodeContext>()