1 instantiation of GeneratedStatements
Microsoft.Interop.SourceGeneration (1)
GeneratedStatements.cs (1)
31return new GeneratedStatements
11 references to GeneratedStatements
Microsoft.Interop.ComInterfaceGenerator (2)
UnmanagedToManagedStubGenerator.cs (2)
52GeneratedStatements statements = GeneratedStatements.Create(
Microsoft.Interop.JavaScript.JSImportGenerator (4)
JSExportCodeGenerator.cs (2)
70GeneratedStatements statements = GeneratedStatements.Create(_marshallers, _context);
JSImportCodeGenerator.cs (2)
77GeneratedStatements statements = GeneratedStatements.Create(_marshallers, _context);
Microsoft.Interop.SourceGeneration (5)
GeneratedStatements.cs (3)
29public static GeneratedStatements Create(BoundGenerators marshallers, StubIdentifierContext context) 48public static GeneratedStatements Create(BoundGenerators marshallers, StubCodeContext codeContext, StubIdentifierContext context, ExpressionSyntax expressionToInvoke) 50GeneratedStatements statements = Create(marshallers, context);
ManagedToNativeStubGenerator.cs (2)
111GeneratedStatements statements = GeneratedStatements.Create(_marshallers, StubCodeContext.DefaultManagedToNativeStub, _context, IdentifierName(targetIdentifier));