6 references to InvokeSucceededIdentifier
Microsoft.Interop.JavaScript.JSImportGenerator (6)
JSExportCodeGenerator.cs (3)
79
setupStatements.Add(SyntaxFactoryExtensions.Declare(PredefinedType(Token(SyntaxKind.BoolKeyword)),
InvokeSucceededIdentifier
, initializeToDefault: true));
94
IdentifierName(
InvokeSucceededIdentifier
),
118
finallyStatements.Add(IfStatement(IdentifierName(
InvokeSucceededIdentifier
), Block(statements.GuaranteedUnmarshal.Concat(statements.CleanupCalleeAllocated))));
JSImportCodeGenerator.cs (3)
87
setupStatements.Add(SyntaxFactoryExtensions.Declare(PredefinedType(Token(SyntaxKind.BoolKeyword)),
InvokeSucceededIdentifier
, initializeToDefault: true));
102
IdentifierName(
InvokeSucceededIdentifier
),
113
finallyStatements.Add(IfStatement(IdentifierName(
InvokeSucceededIdentifier
), Block(statements.GuaranteedUnmarshal.Concat(statements.CleanupCalleeAllocated))));