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)
497.Where(p => p.ManagedToUnmanagedStub is GeneratedStubCodeContext) 498.Select(ctx => ((GeneratedStubCodeContext)ctx.ManagedToUnmanagedStub).Stub.Node 508.OfType<GeneratedStubCodeContext>() 522.OfType<GeneratedStubCodeContext>()