Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs')
-rw-r--r--mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs b/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs
index d019ee2017a..a58c07bc41f 100644
--- a/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs
+++ b/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs
@@ -60,7 +60,7 @@ namespace System.IdentityModel.Tokens
{
LocalIdKeyIdentifierClause that = keyIdentifierClause as LocalIdKeyIdentifierClause;
- // PreSharp
+ // PreSharp Bug: Parameter 'that' to this public method must be validated: A null-dereference can occur here.
#pragma warning suppress 56506
return ReferenceEquals(this, that) || (that != null && that.Matches(this.localId, this.OwnerType));
}