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