4 writes to _keyPairExported
mscorlib (4)
system\reflection\strongnamekeypair.cs (4)
69_keyPairExported = true; 86_keyPairExported = true; 102_keyPairExported = false; 110_keyPairExported = (bool) info.GetValue("_keyPairExported", typeof(bool));
4 references to _keyPairExported
mscorlib (4)
system\reflection\strongnamekeypair.cs (4)
151if (_keyPairExported) 180info.AddValue("_keyPairExported", _keyPairExported); 193arrayOrContainer = _keyPairExported ? (Object)_keyPairArray : (Object)_keyPairContainer; 194return _keyPairExported;