Implemented interface member:
method
Serialize
System.Runtime.Serialization.IFormatter.Serialize(System.IO.Stream, System.Object)
42 references to Serialize
mscorlib (7)
system\io\isolatedstorage\isolatedstorage.cs (3)
507
bSer.
Serialize
(ms, o);
892
bSer.
Serialize
(ms, o.GetType());
947
bSer.
Serialize
(ms, oNormalized);
system\security\policy\applicationtrust.cs (1)
299
formatter.
Serialize
(stream, obj);
system\security\policy\evidence.cs (1)
1043
formatter.
Serialize
(serializationStream, generatedEvidence);
system\security\policy\evidencebase.cs (1)
60
formatter.
Serialize
(memoryStream, this);
system\security\securityexception.cs (1)
139
formatter.
Serialize
(stream, obj);
PresentationCore (1)
Core\CSharp\System\Windows\DataObject.cs (1)
2010
formatter.
Serialize
(stream, data);
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
639
formatter.
Serialize
(saveStream, browserJournal);
src\Framework\MS\Internal\DataStreams.cs (1)
166
this.Formatter.
Serialize
(byteStream, currentValue);
System (2)
sys\system\configuration\SettingsPropertyValue.cs (2)
227
bf.
Serialize
(ms, _Value);
255
bf.
Serialize
(ms, propValue);
System.AddIn (1)
System\Addin\Hosting\AddInStore.cs (1)
1027
formatter.
Serialize
(serializedData, state);
System.Configuration (1)
System\Configuration\ClientConfigPaths.cs (1)
354
bSer.
Serialize
(ms, evidenceObj);
System.Data (2)
fx\src\data\System\Data\DataSet.cs (1)
297
bf.
Serialize
(memStream, Tables[i]);
fx\src\data\System\Data\SqlClient\SqlDependency.cs (1)
541
formatter.
Serialize
(stream, objRef);
System.Data.Linq (2)
DbConvert.cs (2)
45
formatter.
Serialize
(stream, value);
62
formatter.
Serialize
(stream, value);
System.IdentityModel (3)
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
165
formatter.
Serialize
(ms, extendedProtectionPolicy);
System\IdentityModel\Tokens\SessionSecurityToken.cs (1)
1365
formatter.
Serialize
(ms, identity.BootstrapContext);
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (1)
810
formatter.
Serialize
(ms, token);
System.Messaging (1)
System\Messaging\BinaryMessageFormatter.cs (1)
144
formatter.
Serialize
(stream, obj);
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelFactory.cs (1)
134
BinaryFormatter.
Serialize
(stream, property.Body);
System.Web (9)
Cache\OutputCache.cs (1)
495
formatter.
Serialize
(stream, data);
Compilation\BuildResult.cs (6)
1287
formatter.
Serialize
(stream, _codeCompileUnit);
1290
formatter.
Serialize
(stream, new object());
1293
formatter.
Serialize
(stream, _codeDomProviderType);
1294
formatter.
Serialize
(stream, _compilerParameters);
1297
formatter.
Serialize
(stream, _linePragmasTable);
1300
formatter.
Serialize
(stream, new object());
Security\RolePrincipal.cs (1)
258
bf.
Serialize
(ms, this);
Util\altserialization.cs (1)
155
formatter.
Serialize
(writer.BaseStream, value);
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AxHost.cs (1)
6912
formatter.
Serialize
(stream, bag);
winforms\Managed\System\WinForms\Control.cs (2)
18042
formatter.
Serialize
(stream, props[i].GetValue(control));
18826
formatter.
Serialize
(stream, bag);
winforms\Managed\System\WinForms\DataObject.cs (1)
941
formatter.
Serialize
(stream, data);
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (1)
221
f.
Serialize
(ms, value);
System.Workflow.Activities (2)
Executors\InvokeBase.cs (1)
99
formatter.
Serialize
(stream, source);
LocalService\MethodMessage.cs (1)
184
formatter.
Serialize
(stream, source);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ComponentSerializationService.cs (1)
287
f.
Serialize
(stream, this);
AuthoringOM\Design\CompositeActivityDesigner.cs (1)
573
formatter.
Serialize
(stream, store);
System.Workflow.Runtime (1)
Tracking\SqlTrackingService.cs (1)
2459
bf.
Serialize
(stream, data);