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