1 write to ManagedReturnMarshaller
Microsoft.Interop.SourceGeneration (1)
BoundGenerators.cs (1)
156
ManagedReturnMarshaller
= managedReturnMarshaller,
8 references to ManagedReturnMarshaller
Microsoft.Interop.SourceGeneration (8)
BoundGenerators.cs (2)
216
public bool ManagedNativeSameReturn =>
ManagedReturnMarshaller
.TypeInfo.IsNativeReturnPosition;
218
public bool IsManagedVoidReturn =>
ManagedReturnMarshaller
.TypeInfo.ManagedType == SpecialTypeInfo.Void;
GeneratedStatements.cs (2)
140
if (marshallers.
ManagedReturnMarshaller
.TypeInfo.ManagedType == SpecialTypeInfo.Void)
148
IdentifierName(context.GetIdentifiers(marshallers.
ManagedReturnMarshaller
.TypeInfo).managed),
ManagedToNativeStubGenerator.cs (2)
63
if (_marshallers.
ManagedReturnMarshaller
.UsesNativeIdentifier)
191
allStatements.Add(ReturnStatement(IdentifierName(_context.GetIdentifiers(_marshallers.
ManagedReturnMarshaller
.TypeInfo).managed)));
VariableDeclarations.cs (2)
40
AppendVariableDeclarations(variables, marshallers.
ManagedReturnMarshaller
, context, initializeToDefault: initializeDeclarations);
97
AppendVariableDeclarations(variables, marshallers.
ManagedReturnMarshaller
, context, initializeToDefault: initializeDeclarations);