1 write to ManagedReturnMarshaller
Microsoft.Interop.SourceGeneration (1)
BoundGenerators.cs (1)
178
ManagedReturnMarshaller
= managedReturnMarshaller,
9 references to ManagedReturnMarshaller
Microsoft.Interop.SourceGeneration (9)
BoundGenerators.cs (2)
258
public bool ManagedNativeSameReturn =>
ManagedReturnMarshaller
.TypeInfo.IsNativeReturnPosition;
260
public bool IsManagedVoidReturn =>
ManagedReturnMarshaller
.TypeInfo.ManagedType == SpecialTypeInfo.Void;
GeneratedStatements.cs (3)
179
if (marshallers.
ManagedReturnMarshaller
.TypeInfo.ManagedType == SpecialTypeInfo.Void)
187
IdentifierName(context.GetIdentifiers(marshallers.
ManagedReturnMarshaller
.TypeInfo).managed),
220
IdentifierName(context.GetIdentifiers(marshallers.
ManagedReturnMarshaller
.TypeInfo).managed),
ManagedToNativeStubGenerator.cs (2)
69
if (_marshallers.
ManagedReturnMarshaller
.UsesNativeIdentifier)
237
allStatements.Add(ReturnStatement(IdentifierName(_context.GetIdentifiers(_marshallers.
ManagedReturnMarshaller
.TypeInfo).managed)));
VariableDeclarations.cs (2)
40
AppendVariableDeclarations(variables, marshallers.
ManagedReturnMarshaller
, context, initializeToDefault: initializeDeclarations);
112
AppendVariableDeclarations(variables, marshallers.
ManagedReturnMarshaller
, context, initializeToDefault: initializeDeclarations);