2 instantiations of StatefulCallerAllocatedBufferMarshalling
Microsoft.Interop.SourceGeneration (2)
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (2)
170
marshallingStrategy = new
StatefulCallerAllocatedBufferMarshalling
(marshallingStrategy, marshallerData.MarshallerType.Syntax, marshallerData.BufferElementType.Syntax);
269
marshallingStrategy = new
StatefulCallerAllocatedBufferMarshalling
(marshallingStrategy, marshallerTypeSyntax, bufferElementTypeSyntax);