11 implementations of GenerateGuaranteedUnmarshalStatements
Microsoft.Interop.SourceGeneration (11)
Marshalling\StatefulMarshallingStrategy.cs (4)
53
public IEnumerable<StatementSyntax>
GenerateGuaranteedUnmarshalStatements
(StubIdentifierContext context)
257
public IEnumerable<StatementSyntax>
GenerateGuaranteedUnmarshalStatements
(StubIdentifierContext context) => innerMarshaller.GenerateGuaranteedUnmarshalStatements(context);
353
public IEnumerable<StatementSyntax>
GenerateGuaranteedUnmarshalStatements
(StubIdentifierContext context) => innerMarshaller.GenerateGuaranteedUnmarshalStatements(context);
508
public IEnumerable<StatementSyntax>
GenerateGuaranteedUnmarshalStatements
(StubIdentifierContext context) => innerMarshaller.GenerateGuaranteedUnmarshalStatements(context);
Marshalling\StatelessMarshallingStrategy.cs (5)
31
public IEnumerable<StatementSyntax>
GenerateGuaranteedUnmarshalStatements
(StubIdentifierContext context)
154
public IEnumerable<StatementSyntax>
GenerateGuaranteedUnmarshalStatements
(StubIdentifierContext context) => innerMarshaller.GenerateGuaranteedUnmarshalStatements(context);
295
public IEnumerable<StatementSyntax>
GenerateGuaranteedUnmarshalStatements
(StubIdentifierContext context) => innerMarshaller.GenerateGuaranteedUnmarshalStatements(context);
355
public IEnumerable<StatementSyntax>
GenerateGuaranteedUnmarshalStatements
(StubIdentifierContext context)
649
public IEnumerable<StatementSyntax>
GenerateGuaranteedUnmarshalStatements
(StubIdentifierContext context) => spaceMarshallingStrategy.GenerateGuaranteedUnmarshalStatements(context);
Marshalling\UnmanagedToManagedOwnershipTrackingStrategy.cs (2)
30
public IEnumerable<StatementSyntax>
GenerateGuaranteedUnmarshalStatements
(StubIdentifierContext context) => innerMarshaller.GenerateGuaranteedUnmarshalStatements(context);
118
public IEnumerable<StatementSyntax>
GenerateGuaranteedUnmarshalStatements
(StubIdentifierContext context) => innerMarshaller.GenerateGuaranteedUnmarshalStatements(context);
9 references to GenerateGuaranteedUnmarshalStatements
Microsoft.Interop.SourceGeneration (9)
Marshalling\CustomTypeMarshallingGenerator.cs (1)
77
return nativeTypeMarshaller.
GenerateGuaranteedUnmarshalStatements
(context);
Marshalling\StatefulMarshallingStrategy.cs (3)
257
public IEnumerable<StatementSyntax> GenerateGuaranteedUnmarshalStatements(StubIdentifierContext context) => innerMarshaller.
GenerateGuaranteedUnmarshalStatements
(context);
353
public IEnumerable<StatementSyntax> GenerateGuaranteedUnmarshalStatements(StubIdentifierContext context) => innerMarshaller.
GenerateGuaranteedUnmarshalStatements
(context);
508
public IEnumerable<StatementSyntax> GenerateGuaranteedUnmarshalStatements(StubIdentifierContext context) => innerMarshaller.
GenerateGuaranteedUnmarshalStatements
(context);
Marshalling\StatelessMarshallingStrategy.cs (3)
154
public IEnumerable<StatementSyntax> GenerateGuaranteedUnmarshalStatements(StubIdentifierContext context) => innerMarshaller.
GenerateGuaranteedUnmarshalStatements
(context);
295
public IEnumerable<StatementSyntax> GenerateGuaranteedUnmarshalStatements(StubIdentifierContext context) => innerMarshaller.
GenerateGuaranteedUnmarshalStatements
(context);
649
public IEnumerable<StatementSyntax> GenerateGuaranteedUnmarshalStatements(StubIdentifierContext context) => spaceMarshallingStrategy.
GenerateGuaranteedUnmarshalStatements
(context);
Marshalling\UnmanagedToManagedOwnershipTrackingStrategy.cs (2)
30
public IEnumerable<StatementSyntax> GenerateGuaranteedUnmarshalStatements(StubIdentifierContext context) => innerMarshaller.
GenerateGuaranteedUnmarshalStatements
(context);
118
public IEnumerable<StatementSyntax> GenerateGuaranteedUnmarshalStatements(StubIdentifierContext context) => innerMarshaller.
GenerateGuaranteedUnmarshalStatements
(context);