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)
524.Where(p => p.ManagedToUnmanagedStub is GeneratedStubCodeContext) 525.Select(ctx => ((GeneratedStubCodeContext)ctx.ManagedToUnmanagedStub).Stub.Node 535.OfType<GeneratedStubCodeContext>() 549.OfType<GeneratedStubCodeContext>()