Use bidirectional marshallers for elements. (#90056)
authorJeremy Koritzinsky <jekoritz@microsoft.com>
Tue, 8 Aug 2023 16:28:09 +0000 (09:28 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Aug 2023 16:28:09 +0000 (09:28 -0700)
commit9666832d94ebd3e84603ba82a8a94bfd722ea9db
tree1586042001a67f1f829af3ac031e6f67b9c1d317
parenta3e38ffc72ad7a3a96edc308febbde91d3182348
Use bidirectional marshallers for elements. (#90056)
src/libraries/Common/src/Interop/Windows/Advapi32/Interop.LsaLookupNames2.cs
src/libraries/Common/src/Interop/Windows/WebSocket/Interop.Structs.cs
src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/ManualTypeMarshallingHelper.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.Tests/CollectionMarshallingFails.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/CustomMarshallerAttributeFixerTests_StatelessLinearCollectionShapeValidation.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/CustomMarshallerAttributeFixerTests_StatelessValueShapeValidation.cs
src/libraries/System.Runtime.InteropServices/tests/TestAssets/SharedTypes/ComInterfaces/IStatelessCollectionStatelessElement.cs
src/libraries/System.Runtime.InteropServices/tests/TestAssets/SharedTypes/ComInterfaces/IStatelessMarshalling.cs