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