1 instantiation of GeneratedStatements
Microsoft.Interop.SourceGeneration (1)
GeneratedStatements.cs (1)
34return new GeneratedStatements
12 references to GeneratedStatements
Microsoft.Interop.SourceGeneration (12)
GeneratedStatements.cs (5)
32public static GeneratedStatements Create(BoundGenerators marshallers, StubIdentifierContext context) 54public static GeneratedStatements Create(BoundGenerators marshallers, StubCodeContext codeContext, StubIdentifierContext context, ExpressionSyntax expressionToInvoke) 56GeneratedStatements statements = Create(marshallers, context); 90public static GeneratedStatements CreateForProperty(BoundGenerators marshallers, StubIdentifierContext context, ExpressionSyntax propertyAccess, bool isSetter) 92GeneratedStatements statements = Create(marshallers, context);
ManagedToNativeStubGenerator.cs (2)
129GeneratedStatements 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)