3 references to InvokeSucceededIdentifier
Microsoft.Interop.SourceGeneration (3)
ManagedToNativeStubGenerator.cs (3)
128setupStatements.Add(Declare(PredefinedType(Token(SyntaxKind.BoolKeyword)), InvokeSucceededIdentifier, initializeToDefault: true)); 158IdentifierName(InvokeSucceededIdentifier), 168finallyStatements.Add(IfStatement(IdentifierName(InvokeSucceededIdentifier), Block(statements.GuaranteedUnmarshal.Concat(statements.CleanupCalleeAllocated))));