From c17af44172ecb17e6024e33da4f79745bed9ba91 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Fri, 29 May 2020 07:39:09 +0200 Subject: [PATCH] apply SecuritySafeCritical attribute --- csharp/src/Google.Protobuf/CodedOutputStream.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/csharp/src/Google.Protobuf/CodedOutputStream.cs b/csharp/src/Google.Protobuf/CodedOutputStream.cs index a585922f83..0916302146 100644 --- a/csharp/src/Google.Protobuf/CodedOutputStream.cs +++ b/csharp/src/Google.Protobuf/CodedOutputStream.cs @@ -56,6 +56,7 @@ namespace Google.Protobuf /// and MapField<TKey, TValue> to serialize such fields. /// /// + [SecuritySafeCritical] public sealed partial class CodedOutputStream : IDisposable { // "Local" copy of Encoding.UTF8, for efficiency. (Yes, it makes a difference.)