2 instantiations of GeneratedStubCodeContext
Microsoft.Interop.ComInterfaceGenerator (2)
ComMethodContext.cs (2)
85
return new
GeneratedStubCodeContext
(GenerationContext.TypeKeyOwner, GenerationContext.ContainingSyntaxContext, new(methodStub), new(diagnostics));
99
return 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
>()