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