1 instantiation of GeneratedStatements
Microsoft.Interop.SourceGeneration (1)
GeneratedStatements.cs (1)
31return new GeneratedStatements
7 references to GeneratedStatements
Microsoft.Interop.SourceGeneration (7)
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));
UnmanagedToManagedStubGenerator.cs (2)
52GeneratedStatements statements = GeneratedStatements.Create(