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