2 writes to context
System.IdentityModel (2)
System\IdentityModel\SignedXml.cs (2)
780
this.
context
= new Dictionary<string, string>(inclusivePrefixes.Length);
824
set {
context
= value; }
4 references to context
System.IdentityModel (4)
System\IdentityModel\SignedXml.cs (4)
783
this.
context
.Add(inclusivePrefixes[i], reader.LookupNamespace(inclusivePrefixes[i]));
806
if (this.
context
== null)
812
return
context
[prefix];
823
get { return
context
; }