diff --git a/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems b/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems index 6e86818b1d2370..e9b7912ce26caf 100644 --- a/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems +++ b/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems @@ -877,10 +877,6 @@ - - - - diff --git a/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/MarshalUsingAttribute.cs b/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/MarshalUsingAttribute.cs index f10c2743a60210..fefeba869b1503 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/MarshalUsingAttribute.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/MarshalUsingAttribute.cs @@ -10,7 +10,7 @@ namespace System.Runtime.InteropServices.Marshalling /// This attribute is recognized by the runtime-provided source generators for source-generated interop scenarios. /// It is not used by the interop marshalling system at runtime. /// - /// + /// /// [AttributeUsage(AttributeTargets.Parameter | AttributeTargets.ReturnValue, AllowMultiple = true)] public sealed class MarshalUsingAttribute : Attribute @@ -26,7 +26,7 @@ public MarshalUsingAttribute() /// /// Create a that provides a native marshalling type and optionally size information. /// - /// The marshaller type used to convert the attributed type from managed to native code. This type must be attributed with + /// The marshaller type used to convert the attributed type from managed to native code. This type must be attributed with public MarshalUsingAttribute(Type nativeType) : this() { @@ -34,7 +34,7 @@ public MarshalUsingAttribute(Type nativeType) } /// - /// The marshaller type used to convert the attributed type from managed to native code. This type must be attributed with + /// The marshaller type used to convert the attributed type from managed to native code. This type must be attributed with /// public Type? NativeType { get; } diff --git a/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/NativeMarshallingAttribute.cs b/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/NativeMarshallingAttribute.cs index c4883cba97a46b..2c0d604b191965 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/NativeMarshallingAttribute.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshalling/NativeMarshallingAttribute.cs @@ -10,7 +10,7 @@ namespace System.Runtime.InteropServices.Marshalling /// This attribute is recognized by the runtime-provided source generators for source-generated interop scenarios. /// It is not used by the interop marshalling system at runtime. /// - /// + /// /// [AttributeUsage(AttributeTargets.Struct | AttributeTargets.Class | AttributeTargets.Enum | AttributeTargets.Delegate)] public sealed class NativeMarshallingAttribute : Attribute @@ -18,14 +18,14 @@ public sealed class NativeMarshallingAttribute : Attribute /// /// Create a that provides a native marshalling type. /// - /// The marshaller type used to convert the attributed type from managed to native code. This type must be attributed with + /// The marshaller type used to convert the attributed type from managed to native code. This type must be attributed with public NativeMarshallingAttribute(Type nativeType) { NativeType = nativeType; } /// - /// The marshaller type used to convert the attributed type from managed to native code. This type must be attributed with + /// The marshaller type used to convert the attributed type from managed to native code. This type must be attributed with /// public Type NativeType { get; } } diff --git a/src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/Microsoft.Interop.SourceGeneration.csproj b/src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/Microsoft.Interop.SourceGeneration.csproj index 02621feb273367..46e36c4dd721b7 100644 --- a/src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/Microsoft.Interop.SourceGeneration.csproj +++ b/src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/Microsoft.Interop.SourceGeneration.csproj @@ -9,12 +9,12 @@ - - - + + +