5 references to AddValue
mscorlib (2)
system\text\encodernls.cs (1)
55info.AddValue("charLeftOver", this.charLeftOver);
system\text\unicodeencoding.cs (1)
2064info.AddValue("lastChar", this.lastChar); // Unused by everett so it'll probably get lost
System.IdentityModel (3)
System\IdentityModel\Tokens\BootstrapContext.cs (3)
150info.AddValue(_tokenTypeKey, _byteTokenType); 155info.AddValue(_tokenTypeKey, _stringTokenType); 162info.AddValue(_tokenTypeKey, _securityTokenType);