6 references to Pin
Microsoft.Interop.SourceGeneration (6)
GeneratedStatements.cs (2)
38
Pin = GenerateStatementsForStubContext(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.
Pin
}).Cast<FixedStatementSyntax>().ToImmutableArray(),
253
StubIdentifierContext.Stage.
Pin
=> "Pin data in preparation for calling the P/Invoke.",
Marshalling\BlittableMarshaller.cs (1)
46
if (context.CurrentStage == StubIdentifierContext.Stage.
Pin
)
Marshalling\CharMarshaller.cs (1)
53
if (context.CurrentStage == StubIdentifierContext.Stage.
Pin
)
Marshalling\CustomTypeMarshallingGenerator.cs (1)
42
case StubIdentifierContext.Stage.
Pin
:
Marshalling\StaticPinnableManagedValueMarshaller.cs (1)
74
if (context.CurrentStage == StubIdentifierContext.Stage.
Pin
)