13 references to Unmarshal
Microsoft.Interop.ComInterfaceGenerator (3)
Marshallers\ComInterfaceDispatchMarshallingResolver.cs (1)
42
if (context.CurrentStage != StubIdentifierContext.Stage.
Unmarshal
)
Marshallers\ObjectUnwrapperResolver.cs (1)
38
if (context.CurrentStage != StubIdentifierContext.Stage.
Unmarshal
)
Marshallers\StructAsHResultMarshallerFactory.cs (1)
56
case StubIdentifierContext.Stage.
Unmarshal
:
Microsoft.Interop.JavaScript.JSImportGenerator (3)
Marshaling\FuncJSGenerator.cs (1)
68
if (context.CurrentStage == StubIdentifierContext.Stage.
Unmarshal
&& CodeContext.Direction == MarshalDirection.UnmanagedToManaged && !TypeInfo.IsManagedReturnPosition)
Marshaling\PrimitiveJSGenerator.cs (1)
56
if (context.CurrentStage == StubIdentifierContext.Stage.
Unmarshal
&& CodeContext.Direction == MarshalDirection.UnmanagedToManaged && !TypeInfo.IsManagedReturnPosition)
Marshaling\TaskJSGenerator.cs (1)
75
if (context.CurrentStage == StubIdentifierContext.Stage.
Unmarshal
&& CodeContext.Direction == MarshalDirection.UnmanagedToManaged && !TypeInfo.IsManagedReturnPosition)
Microsoft.Interop.SourceGeneration (7)
GeneratedStatements.cs (2)
39
.AddRange(GenerateStatementsForStubContext(marshallers, context with { CurrentStage = StubIdentifierContext.Stage.
Unmarshal
})),
185
StubIdentifierContext.Stage.
Unmarshal
=> "Convert native data to managed data.",
Marshalling\BlittableMarshaller.cs (1)
82
case StubIdentifierContext.Stage.
Unmarshal
:
Marshalling\BoolMarshaller.cs (1)
75
case StubIdentifierContext.Stage.
Unmarshal
:
Marshalling\CharMarshaller.cs (1)
104
case StubIdentifierContext.Stage.
Unmarshal
:
Marshalling\CustomTypeMarshallingGenerator.cs (1)
66
case StubIdentifierContext.Stage.
Unmarshal
:
Marshalling\DelegateMarshaller.cs (1)
57
case StubIdentifierContext.Stage.
Unmarshal
: