summaryrefslogtreecommitdiff
path: root/src/mscorlib/corefx/System/Runtime/InteropServices/StringBuffer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/corefx/System/Runtime/InteropServices/StringBuffer.cs')
-rw-r--r--src/mscorlib/corefx/System/Runtime/InteropServices/StringBuffer.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/corefx/System/Runtime/InteropServices/StringBuffer.cs b/src/mscorlib/corefx/System/Runtime/InteropServices/StringBuffer.cs
index 8dce4f0350..29cef08b6c 100644
--- a/src/mscorlib/corefx/System/Runtime/InteropServices/StringBuffer.cs
+++ b/src/mscorlib/corefx/System/Runtime/InteropServices/StringBuffer.cs
@@ -117,7 +117,6 @@ namespace System.Runtime.InteropServices
/// <summary>
/// True if the buffer contains the given character.
/// </summary>
- [System.Security.SecurityCritical]
public unsafe bool Contains(char value)
{
char* start = CharPointer;