1 instantiation of GeneratedStatements
Microsoft.Interop.SourceGeneration (1)
GeneratedStatements.cs (1)
31return new GeneratedStatements
12 references to GeneratedStatements
Microsoft.Interop.SourceGeneration (12)
GeneratedStatements.cs (5)
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); 84public static GeneratedStatements CreateForProperty(BoundGenerators marshallers, StubIdentifierContext context, ExpressionSyntax propertyAccess, bool isSetter) 86GeneratedStatements statements = Create(marshallers, context);
ManagedToNativeStubGenerator.cs (2)
111GeneratedStatements statements = GeneratedStatements.Create(_marshallers, StubCodeContext.DefaultManagedToNativeStub, _context, IdentifierName(targetIdentifier));
UnmanagedToManagedStubGenerator.cs (5)
52GeneratedStatements statements = GeneratedStatements.Create( 70GeneratedStatements statements = GeneratedStatements.CreateForProperty( 107private BlockSyntax BuildBodyFromStatements(GeneratedStatements statements)