2 instantiations of StatelessCallerAllocatedBufferMarshalling
Microsoft.Interop.SourceGeneration (2)
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (2)
176
marshallingStrategy = new
StatelessCallerAllocatedBufferMarshalling
(marshallingStrategy, marshallerData.MarshallerType.Syntax, marshallerData.BufferElementType.Syntax, isLinearCollectionMarshalling: false);
315
marshallingStrategy = new
StatelessCallerAllocatedBufferMarshalling
(marshallingStrategy, marshallerTypeSyntax, bufferElementTypeSyntax, isLinearCollectionMarshalling: true);