1 instantiation of GeneratedStatements
Microsoft.Interop.SourceGeneration (1)
GeneratedStatements.cs (1)
31
return new
GeneratedStatements
11 references to GeneratedStatements
Microsoft.Interop.ComInterfaceGenerator (2)
UnmanagedToManagedStubGenerator.cs (2)
52
GeneratedStatements
statements =
GeneratedStatements
.Create(
Microsoft.Interop.JavaScript.JSImportGenerator (4)
JSExportCodeGenerator.cs (2)
70
GeneratedStatements
statements =
GeneratedStatements
.Create(_marshallers, _context);
JSImportCodeGenerator.cs (2)
77
GeneratedStatements
statements =
GeneratedStatements
.Create(_marshallers, _context);
Microsoft.Interop.SourceGeneration (5)
GeneratedStatements.cs (3)
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);
ManagedToNativeStubGenerator.cs (2)
111
GeneratedStatements
statements =
GeneratedStatements
.Create(_marshallers, StubCodeContext.DefaultManagedToNativeStub, _context, IdentifierName(targetIdentifier));