瀏覽代碼

apply SecuritySafeCritical attribute

Jan Tattermusch 5 年之前
父節點
當前提交
c17af44172
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      csharp/src/Google.Protobuf/CodedOutputStream.cs

+ 1 - 0
csharp/src/Google.Protobuf/CodedOutputStream.cs

@@ -56,6 +56,7 @@ namespace Google.Protobuf
     /// and <c>MapField&lt;TKey, TValue&gt;</c> to serialize such fields.
     /// </para>
     /// </remarks>
+    [SecuritySafeCritical]
     public sealed partial class CodedOutputStream : IDisposable
     {
         // "Local" copy of Encoding.UTF8, for efficiency. (Yes, it makes a difference.)