29 instantiations of StreamingContext
System.Data.Common (2)
System\Data\DataSet.cs (2)
360BinaryFormatter bf = new BinaryFormatter(null, new StreamingContext(context.State, false)); 444BinaryFormatter bf = new BinaryFormatter(null, new StreamingContext(context.State, false));
System.Formats.Nrbf (1)
System\Formats\Nrbf\Utils\BinaryReaderExtensions.cs (1)
191baseDateTime = CallPrivateSerializationConstructor(si, new StreamingContext(StreamingContextStates.All));
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
23: base(serializer, serializer.MaxItemsInObjectGraph, new StreamingContext(StreamingContextStates.All), serializer.IgnoreExtensionDataObject)
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (1)
29: base(serializer, serializer.MaxItemsInObjectGraph, new StreamingContext(StreamingContextStates.All), serializer.IgnoreExtensionDataObject)
System\Runtime\Serialization\XmlObjectSerializerContext.cs (1)
52new StreamingContext(StreamingContextStates.All),
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\Deserializer\DeserializationOptions.cs (1)
37public StreamingContext StreamingContext { get; set; } = new(StreamingContextStates.All);
System.Resources.Extensions (1)
System\Resources\Extensions\BinaryFormat\BinaryFormattedObject.Options.cs (1)
33public StreamingContext StreamingContext { get; set; } = new(StreamingContextStates.All);
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.cs (1)
23public BinaryFormatter() : this(null, new StreamingContext(StreamingContextStates.All))
System\Runtime\Serialization\FormatterServices.cs (1)
169return GetSerializableMembers(type, new StreamingContext(StreamingContextStates.All));
System.Xaml.Tests (16)
System\Xaml\XamlDuplicateMemberExceptionTests.cs (2)
85Assert.Throws<ArgumentNullException>("info", () => new SubXamlDuplicateMemberException(null!, new StreamingContext())); 92Assert.Throws<ArgumentNullException>("info", () => exception.GetObjectData(null, new StreamingContext()));
System\Xaml\XamlExceptionTests.cs (2)
75Assert.Throws<ArgumentNullException>("info", () => new SubXamlException(null!, new StreamingContext())); 82Assert.Throws<ArgumentNullException>("info", () => exception.GetObjectData(null, new StreamingContext()));
System\Xaml\XamlInternalExceptionTests.cs (2)
55Assert.Throws<ArgumentNullException>("info", () => new SubXamlInternalException(null!, new StreamingContext())); 62Assert.Throws<ArgumentNullException>("info", () => exception.GetObjectData(null, new StreamingContext()));
System\Xaml\XamlObjectReaderExceptionTests.cs (2)
55Assert.Throws<ArgumentNullException>("info", () => new SubXamlObjectReaderException(null!, new StreamingContext())); 62Assert.Throws<ArgumentNullException>("info", () => exception.GetObjectData(null, new StreamingContext()));
System\Xaml\XamlObjectWriterExceptionTests.cs (2)
55Assert.Throws<ArgumentNullException>("info", () => new SubXamlObjectWriterException(null!, new StreamingContext())); 62Assert.Throws<ArgumentNullException>("info", () => exception.GetObjectData(null, new StreamingContext()));
System\Xaml\XamlParseExceptionTests.cs (2)
55Assert.Throws<ArgumentNullException>("info", () => new SubXamlParseException(null!, new StreamingContext())); 62Assert.Throws<ArgumentNullException>("info", () => exception.GetObjectData(null, new StreamingContext()));
System\Xaml\XamlSchemaExceptionTests.cs (2)
55Assert.Throws<ArgumentNullException>("info", () => new SubXamlSchemaException(null!, new StreamingContext())); 62Assert.Throws<ArgumentNullException>("info", () => exception.GetObjectData(null, new StreamingContext()));
System\Xaml\XamlXmlWriterExceptionTests.cs (2)
55Assert.Throws<ArgumentNullException>("info", () => new SubXamlXmlWriterException(null!, new StreamingContext())); 62Assert.Throws<ArgumentNullException>("info", () => exception.GetObjectData(null, new StreamingContext()));
WindowsBase.Tests (3)
System\Security\RightsManagement\RightsManagementExceptionTests.cs (3)
221var exception = new SubRightsManagementException(info, new StreamingContext()); 241var context = new StreamingContext(); 257var context = new StreamingContext();
871 references to StreamingContext
ComDisabled.Tests (2)
Control.ActiveXImplTests.cs (2)
51public readonly void GetObjectData(SerializationInfo info, StreamingContext context) 56private SerializableStruct(SerializationInfo serializationInfo, StreamingContext streamingContext)
dotnet-svcutil.xmlserializer (2)
Microsoft\Tools\ServiceModel\SvcUtil\ToolArgumentException.cs (1)
35protected ToolArgumentException(SerializationInfo info, StreamingContext context) : base(info, context)
Microsoft\Tools\ServiceModel\SvcUtil\ToolRuntimeException.cs (1)
34protected ToolRuntimeException(SerializationInfo info, StreamingContext context)
http2cat (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
27public HPackDecodingException(SerializationInfo info, StreamingContext context) : base(info, context)
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
25private HuffmanDecodingException(SerializationInfo info, StreamingContext context) 33void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) 42public override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
IIS.FunctionalTests (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
27public HPackDecodingException(SerializationInfo info, StreamingContext context) : base(info, context)
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
25private HuffmanDecodingException(SerializationInfo info, StreamingContext context) 33void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) 42public override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
IIS.LongTests (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
27public HPackDecodingException(SerializationInfo info, StreamingContext context) : base(info, context)
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
25private HuffmanDecodingException(SerializationInfo info, StreamingContext context) 33void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) 42public override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
IIS.NewHandler.FunctionalTests (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
27public HPackDecodingException(SerializationInfo info, StreamingContext context) : base(info, context)
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
25private HuffmanDecodingException(SerializationInfo info, StreamingContext context) 33void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) 42public override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
IIS.NewShim.FunctionalTests (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
27public HPackDecodingException(SerializationInfo info, StreamingContext context) : base(info, context)
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
25private HuffmanDecodingException(SerializationInfo info, StreamingContext context) 33void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) 42public override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
IISExpress.FunctionalTests (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
27public HPackDecodingException(SerializationInfo info, StreamingContext context) : base(info, context)
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
25private HuffmanDecodingException(SerializationInfo info, StreamingContext context) 33void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) 42public override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
Microsoft.AspNetCore.Components (3)
src\Http\Routing\src\Patterns\RoutePatternException.cs (3)
20private RoutePatternException(SerializationInfo info, StreamingContext context) 49/// <param name="context">The destination (<see cref="StreamingContext" />) for this serialization.</param> 51public override void GetObjectData(SerializationInfo info, StreamingContext context)
Microsoft.AspNetCore.Components.Server (1)
src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\MessagePackSerializationException.cs (1)
53System.Runtime.Serialization.StreamingContext context)
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\AmbiguousActionException.cs (1)
31protected AmbiguousActionException(SerializationInfo info, StreamingContext context)
Microsoft.AspNetCore.Routing (4)
Matching\AmbiguousMatchException.cs (1)
20internal AmbiguousMatchException(SerializationInfo info, StreamingContext context)
Patterns\RoutePatternException.cs (3)
20private RoutePatternException(SerializationInfo info, StreamingContext context) 49/// <param name="context">The destination (<see cref="StreamingContext" />) for this serialization.</param> 51public override void GetObjectData(SerializationInfo info, StreamingContext context)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (4)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
27public HPackDecodingException(SerializationInfo info, StreamingContext context) : base(info, context)
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
25private HuffmanDecodingException(SerializationInfo info, StreamingContext context) 33void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) 42public override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
Microsoft.AspNetCore.Server.Kestrel.Core (6)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
27public HPackDecodingException(SerializationInfo info, StreamingContext context) : base(info, context)
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
25private HuffmanDecodingException(SerializationInfo info, StreamingContext context) 33void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) 42public override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
src\Shared\runtime\Http3\QPack\QPackDecodingException.cs (1)
27private QPackDecodingException(SerializationInfo info, StreamingContext context) : base(info, context)
src\Shared\runtime\Http3\QPack\QPackEncodingException.cs (1)
24private QPackEncodingException(SerializationInfo info, StreamingContext context) : base(info, context)
Microsoft.AspNetCore.Shared.Tests (6)
src\Shared\runtime\Http2\Hpack\HPackDecodingException.cs (1)
27public HPackDecodingException(SerializationInfo info, StreamingContext context) : base(info, context)
src\Shared\runtime\Http2\Hpack\HuffmanDecodingException.cs (3)
25private HuffmanDecodingException(SerializationInfo info, StreamingContext context) 33void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) 42public override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
src\Shared\runtime\Http3\QPack\QPackDecodingException.cs (1)
27private QPackDecodingException(SerializationInfo info, StreamingContext context) : base(info, context)
src\Shared\runtime\Http3\QPack\QPackEncodingException.cs (1)
24private QPackEncodingException(SerializationInfo info, StreamingContext context) : base(info, context)
Microsoft.AspNetCore.SignalR.Common (2)
HubException.cs (2)
49/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param> 57public HubException(SerializationInfo info, StreamingContext context) : base(info, context)
Microsoft.Build (23)
AssemblyNameExtension.cs (3)
126private AssemblyNameExtension(SerializationInfo info, StreamingContext context) 210private void SetRemappedFromDefaultAfterSerialization(StreamingContext sc) 946public void GetObjectData(SerializationInfo info, StreamingContext context)
BackEnd\Components\Communications\NodeFailedToLaunchException.cs (2)
57protected NodeFailedToLaunchException(SerializationInfo info, StreamingContext context) 92public override void GetObjectData(SerializationInfo info, StreamingContext context)
BackEnd\Shared\BuildAbortedException.cs (2)
97protected BuildAbortedException(SerializationInfo info, StreamingContext context) 119public override void GetObjectData(SerializationInfo info, StreamingContext context)
BackEnd\Shared\CircularDependencyException.cs (1)
45protected CircularDependencyException(SerializationInfo info, StreamingContext context)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (2)
191protected RetrievableEntryHashSet(SerializationInfo info, StreamingContext context) 516public virtual void GetObjectData(SerializationInfo info, StreamingContext context)
CopyOnWriteDictionary.cs (2)
74protected CopyOnWriteDictionary(SerializationInfo info, StreamingContext context) 384public void GetObjectData(SerializationInfo info, StreamingContext context)
Errors\InternalLoggerException.cs (4)
114private InternalLoggerException(SerializationInfo info, StreamingContext context) 135public override void GetObjectData(SerializationInfo info, StreamingContext context) 166private void SetDefaultsBeforeSerialization(StreamingContext sc) 175private void SetValueAfterDeserialization(StreamingContext sx)
Errors\InvalidProjectFileException.cs (2)
91private InvalidProjectFileException(SerializationInfo info, StreamingContext context) 117public override void GetObjectData(SerializationInfo info, StreamingContext context)
Errors\InvalidToolsetDefinitionException.cs (2)
61protected InvalidToolsetDefinitionException(SerializationInfo info, StreamingContext context) 104public override void GetObjectData(SerializationInfo info, StreamingContext context)
Errors\RegistryException.cs (1)
63protected RegistryException(SerializationInfo info, StreamingContext context) : base(info, context)
Instance\ImmutableProjectCollections\ImmutableElementCollectionConverter.cs (1)
80public void GetObjectData(SerializationInfo info, StreamingContext context) => throw new NotSupportedException();
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (1)
125public void GetObjectData(SerializationInfo info, StreamingContext context) => throw new NotSupportedException();
Microsoft.Build.Framework (8)
BuildEventArgs.cs (2)
261private void SetBuildEventContextDefaultBeforeSerialization(StreamingContext sc) 272private void SetBuildEventContextDefaultAfterSerialization(StreamingContext sc)
BuildException\BuildExceptionBase.cs (1)
37private protected BuildExceptionBase(SerializationInfo info, StreamingContext context)
InternalErrorException.cs (1)
81private InternalErrorException(SerializationInfo info, StreamingContext context)
LoggerException.cs (2)
88protected LoggerException(SerializationInfo info, StreamingContext context) 107public override void GetObjectData(SerializationInfo info, StreamingContext context)
ProjectStartedEventArgs.cs (2)
519private void SetDefaultsBeforeSerialization(StreamingContext sc) 528private void SetDefaultsAfterSerialization(StreamingContext sc)
Microsoft.Build.Tasks.Core (15)
AppConfig\AppConfigException.cs (1)
72protected AppConfigException(SerializationInfo info, StreamingContext context) : base(info, context)
AssemblyDependency\BadImageReferenceException.cs (1)
31private BadImageReferenceException(SerializationInfo info, StreamingContext context)
AssemblyDependency\DependencyResolutionException.cs (1)
31private DependencyResolutionException(SerializationInfo info, StreamingContext context)
AssemblyDependency\InvalidReferenceAssemblyNameException.cs (1)
32private InvalidReferenceAssemblyNameException(SerializationInfo info, StreamingContext context) : base(info, context)
AssemblyDependency\ReferenceResolutionException.cs (1)
31private ReferenceResolutionException(SerializationInfo info, StreamingContext context) : base(info, context)
AssemblyNameExtension.cs (3)
126private AssemblyNameExtension(SerializationInfo info, StreamingContext context) 210private void SetRemappedFromDefaultAfterSerialization(StreamingContext sc) 946public void GetObjectData(SerializationInfo info, StreamingContext context)
CopyOnWriteDictionary.cs (2)
74protected CopyOnWriteDictionary(SerializationInfo info, StreamingContext context) 384public void GetObjectData(SerializationInfo info, StreamingContext context)
GenerateResource.cs (1)
3988private TextFileException(SerializationInfo info, StreamingContext context)
InvalidParameterValueException.cs (1)
44private InvalidParameterValueException(SerializationInfo info, StreamingContext context)
ResourceHandling\InputFormatNotSupportedException.cs (1)
29protected InputFormatNotSupportedException(SerializationInfo info, StreamingContext context) : base(info, context)
ResourceHandling\MSBuildResXException.cs (1)
29protected MSBuildResXException(SerializationInfo info, StreamingContext context) : base(info, context)
ResourceHandling\PreserializedResourceWriterRequiredException.cs (1)
19private PreserializedResourceWriterRequiredException(SerializationInfo info, StreamingContext context)
Microsoft.Build.Utilities.Core (2)
CopyOnWriteDictionary.cs (2)
74protected CopyOnWriteDictionary(SerializationInfo info, StreamingContext context) 384public void GetObjectData(SerializationInfo info, StreamingContext context)
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ICompilationExtensions.cs (1)
199=> compilation.GetTypeByMetadataName(typeof(StreamingContext).FullName!);
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmException.cs (1)
41protected DkmException(SerializationInfo info, StreamingContext context)
Microsoft.CodeAnalysis.Test.Utilities (3)
Compilation\Exceptions.cs (2)
27protected EmitException(SerializationInfo serializationInfo, StreamingContext streamingContext) 42protected ExecutionException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Diagnostics\ThrowingDiagnosticAnalyzer.cs (1)
32protected DeliberateException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ICompilationExtensions.cs (1)
199=> compilation.GetTypeByMetadataName(typeof(StreamingContext).FullName!);
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (2)
27private DynamicBindingFailedException(SerializationInfo info, StreamingContext context) 475private DynamicDebugViewEmptyException(SerializationInfo info, StreamingContext context)
Microsoft\CSharp\RuntimeBinder\RuntimeBinderException.cs (2)
49/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param> 52protected RuntimeBinderException(SerializationInfo info, StreamingContext context)
Microsoft\CSharp\RuntimeBinder\RuntimeBinderInternalCompilerException.cs (2)
49/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param> 52protected RuntimeBinderInternalCompilerException(SerializationInfo info, StreamingContext context)
Microsoft.DotNet.Helix.Client (4)
generated-code\HelixApi.cs (4)
339protected RestApiException(SerializationInfo info, StreamingContext context) 351public override void GetObjectData(SerializationInfo info, StreamingContext context) 381protected RestApiException(SerializationInfo info, StreamingContext context) 390public override void GetObjectData(SerializationInfo info, StreamingContext context)
Microsoft.Extensions.Hosting.Abstractions (1)
HostAbortedException.cs (1)
17private HostAbortedException(SerializationInfo info, StreamingContext context) : base(info, context) { }
Microsoft.Maui (1)
Platform\HandlerNotFoundException.cs (1)
31 protected HandlerNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context)
Microsoft.Maui.Controls (3)
InvalidNavigationException.cs (1)
31 protected InvalidNavigationException(SerializationInfo info, StreamingContext context)
UnsolvableConstraintsException.cs (1)
30 protected UnsolvableConstraintsException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
XamlParseException.cs (1)
34 protected XamlParseException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
Microsoft.Maui.Controls.Build.Tasks (1)
BuildException.cs (1)
26 protected BuildException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
Microsoft.Maui.Controls.SourceGen (1)
src\Controls\src\Core\XamlParseException.cs (1)
34 protected XamlParseException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
MSBuild (9)
AssemblyNameExtension.cs (3)
126private AssemblyNameExtension(SerializationInfo info, StreamingContext context) 210private void SetRemappedFromDefaultAfterSerialization(StreamingContext sc) 946public void GetObjectData(SerializationInfo info, StreamingContext context)
CommandLineSwitchException.cs (2)
54StreamingContext context) : 104public override void GetObjectData(SerializationInfo info, StreamingContext context)
CopyOnWriteDictionary.cs (2)
74protected CopyOnWriteDictionary(SerializationInfo info, StreamingContext context) 384public void GetObjectData(SerializationInfo info, StreamingContext context)
InitializationException.cs (2)
59StreamingContext context) : 97public override void GetObjectData(SerializationInfo info, StreamingContext context)
MSBuildTaskHost (7)
AssemblyNameExtension.cs (3)
126private AssemblyNameExtension(SerializationInfo info, StreamingContext context) 210private void SetRemappedFromDefaultAfterSerialization(StreamingContext sc) 946public void GetObjectData(SerializationInfo info, StreamingContext context)
BuildExceptionBase.cs (1)
37private protected BuildExceptionBase(SerializationInfo info, StreamingContext context)
CopyOnWriteDictionary.cs (2)
74protected CopyOnWriteDictionary(SerializationInfo info, StreamingContext context) 384public void GetObjectData(SerializationInfo info, StreamingContext context)
InternalErrorException.cs (1)
81private InternalErrorException(SerializationInfo info, StreamingContext context)
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
771[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.StreamingContext))]
netstandard (1)
netstandard.cs (1)
1800[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.StreamingContext))]
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParseException.cs (2)
227StreamingContext context 251public override void GetObjectData(SerializationInfo info, StreamingContext context)
PresentationCore (2)
System\Windows\Media\Animation\AnimationException.cs (1)
53private AnimationException(SerializationInfo info, StreamingContext context) : base(info, context)
System\Windows\Media\InvalidWMPVersionException.cs (1)
42protected InvalidWmpVersionException(SerializationInfo info, StreamingContext context) : base(info, context)
PresentationFramework (20)
MS\Internal\AppModel\Journaling.cs (9)
154protected JournalEntryUri(SerializationInfo info, StreamingContext context) : base(info, context) 262protected JournalEntryPageFunction(SerializationInfo info, StreamingContext context) 272public override void GetObjectData(SerializationInfo info, StreamingContext context) 498protected JournalEntryPageFunctionSaver(SerializationInfo info, StreamingContext context) 507public override void GetObjectData(SerializationInfo info, StreamingContext context) 627protected JournalEntryPageFunctionType(SerializationInfo info, StreamingContext context) 636public override void GetObjectData(SerializationInfo info, StreamingContext context) 742protected JournalEntryPageFunctionUri(SerializationInfo info, StreamingContext context) 751public override void GetObjectData(SerializationInfo info, StreamingContext context)
MS\Internal\PtsHost\Pts.cs (1)
271System.Runtime.Serialization.StreamingContext context
System\Windows\Controls\PrintDialogException.cs (1)
62StreamingContext context
System\Windows\Data\ValueUnavailableException.cs (1)
50System.Runtime.Serialization.StreamingContext context) : base(info, context)
System\Windows\Markup\XamlParseException.cs (2)
227StreamingContext context 251public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\Windows\Navigation\Journal.cs (2)
48void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context) 58private Journal(SerializationInfo info, StreamingContext context)
System\Windows\Navigation\JournalEntry.cs (2)
97protected JournalEntry(SerializationInfo info, StreamingContext context) 111public virtual void GetObjectData(SerializationInfo info, StreamingContext context)
System\Windows\ResourceReferenceKeyNotFoundException.cs (2)
40protected ResourceReferenceKeyNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context) 65public override void GetObjectData(SerializationInfo info, StreamingContext context)
PresentationUI (1)
MS\Internal\Documents\Application\XpsViewerException.cs (1)
66protected XpsViewerException(SerializationInfo info, StreamingContext context)
ReachFramework (16)
Exceptions\XpsException.cs (1)
63StreamingContext context
Exceptions\XpsPackagingException.cs (1)
61StreamingContext context
Exceptions\XpsSerializationException.cs (1)
61StreamingContext context
PrintSystemExceptions\PrintSystemException.cs (13)
149System.Runtime.Serialization.StreamingContext context 205System.Runtime.Serialization.StreamingContext context 407System.Runtime.Serialization.StreamingContext context 469System.Runtime.Serialization.StreamingContext context 571System.Runtime.Serialization.StreamingContext context 619System.Runtime.Serialization.StreamingContext context 722System.Runtime.Serialization.StreamingContext context 801System.Runtime.Serialization.StreamingContext context 927System.Runtime.Serialization.StreamingContext context 1055System.Runtime.Serialization.StreamingContext context 1228System.Runtime.Serialization.StreamingContext context 1277System.Runtime.Serialization.StreamingContext context 1296System.Runtime.Serialization.StreamingContext context
System.Collections (10)
System\Collections\Generic\LinkedList.cs (3)
44protected LinkedList(SerializationInfo info, StreamingContext context) 326public virtual void GetObjectData(SerializationInfo info, StreamingContext context) 574void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System\Collections\Generic\SortedDictionary.cs (1)
891private TreeSet(SerializationInfo siInfo, StreamingContext context) : base(siInfo, context) { }
System\Collections\Generic\SortedSet.cs (4)
131protected SortedSet(SerializationInfo info, StreamingContext context) => siInfo = info; 1531void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context) => GetObjectData(info, context); 1533protected virtual void GetObjectData(SerializationInfo info, StreamingContext context) 1861void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System\Collections\Generic\SortedSet.TreeSubSet.cs (2)
363void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context) => GetObjectData(info, context); 365protected override void GetObjectData(SerializationInfo info, StreamingContext context)
System.Collections.Specialized (5)
System\Collections\Specialized\NameObjectCollectionBase.cs (2)
83protected NameObjectCollectionBase(SerializationInfo info, StreamingContext context) 90public virtual void GetObjectData(SerializationInfo info, StreamingContext context)
System\Collections\Specialized\NameValueCollection.cs (1)
95protected NameValueCollection(SerializationInfo info, StreamingContext context) : base(info, context)
System\Collections\Specialized\OrderedDictionary.cs (2)
70protected OrderedDictionary(SerializationInfo info, StreamingContext context) 384public virtual void GetObjectData(SerializationInfo info, StreamingContext context)
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\ValidationException.cs (1)
80protected ValidationException(SerializationInfo info, StreamingContext context)
System.ComponentModel.Composition (8)
System\ComponentModel\Composition\CompositionContractMismatchException.cs (2)
68/// The <see cref="StreamingContext"/> that contains contextual information about the 84protected CompositionContractMismatchException(SerializationInfo info, StreamingContext context)
System\ComponentModel\Composition\ImportCardinalityMismatchException.cs (2)
71/// The <see cref="StreamingContext"/> that contains contextual information about the 87protected ImportCardinalityMismatchException(SerializationInfo info, StreamingContext context)
System\ComponentModel\Composition\Primitives\ComposablePartException.cs (4)
38/// The <see cref="StreamingContext"/> that contains contextual information about the 54protected ComposablePartException(SerializationInfo info, StreamingContext context) : base(info, context) 161/// The <see cref="StreamingContext"/> that contains contextual information about the 171public override void GetObjectData(SerializationInfo info, StreamingContext context)
System.ComponentModel.Primitives (2)
System\ComponentModel\InvalidAsynchronousStateException.cs (1)
44protected InvalidAsynchronousStateException(SerializationInfo info, StreamingContext context) : base(info, context)
System\ComponentModel\InvalidEnumArgumentException.cs (1)
62protected InvalidEnumArgumentException(SerializationInfo info, StreamingContext context) : base(info, context)
System.ComponentModel.TypeConverter (5)
System\ComponentModel\Design\CheckoutException.cs (1)
56protected CheckoutException(SerializationInfo info, StreamingContext context) : base(info, context)
System\ComponentModel\LicenseException.cs (2)
63protected LicenseException(SerializationInfo info, StreamingContext context) : base(info, context) 77public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\ComponentModel\WarningException.cs (2)
64protected WarningException(SerializationInfo info, StreamingContext context) : base(info, context) 82public override void GetObjectData(SerializationInfo info, StreamingContext context)
System.Configuration.ConfigurationManager (10)
System\Configuration\ConfigurationErrorsException.cs (2)
108protected ConfigurationErrorsException(SerializationInfo info, StreamingContext context) : 203public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\Configuration\ConfigurationException.cs (2)
31protected ConfigurationException(SerializationInfo info, StreamingContext context) 102public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\Configuration\Provider\ProviderException.cs (1)
27protected ProviderException(SerializationInfo info, StreamingContext context)
System\Configuration\SettingsAttributeDictionary.cs (1)
15protected SettingsAttributeDictionary(SerializationInfo serializationInfo, StreamingContext streamingContext)
System\Configuration\SettingsContext.cs (1)
13protected SettingsContext(SerializationInfo serializationInfo, StreamingContext streamingContext)
System\Configuration\SettingsPropertyIsReadOnlyException.cs (1)
27protected SettingsPropertyIsReadOnlyException(SerializationInfo info, StreamingContext context)
System\Configuration\SettingsPropertyNotFoundException.cs (1)
27protected SettingsPropertyNotFoundException(SerializationInfo info, StreamingContext context)
System\Configuration\SettingsPropertyWrongTypeException.cs (1)
27protected SettingsPropertyWrongTypeException(SerializationInfo info, StreamingContext context)
System.Data.Common (44)
System\Data\Common\DbException.cs (1)
22protected DbException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : base(info, context)
System\Data\DataException.cs (11)
17protected DataException(SerializationInfo info, StreamingContext context) : base(info, context) 40protected ConstraintException(SerializationInfo info, StreamingContext context) : base(info, context) 66protected DeletedRowInaccessibleException(SerializationInfo info, StreamingContext context) : base(info, context) 98protected DuplicateNameException(SerializationInfo info, StreamingContext context) : base(info, context) 124protected InRowChangingEventException(SerializationInfo info, StreamingContext context) : base(info, context) 150protected InvalidConstraintException(SerializationInfo info, StreamingContext context) : base(info, context) 176protected MissingPrimaryKeyException(SerializationInfo info, StreamingContext context) : base(info, context) 202protected NoNullAllowedException(SerializationInfo info, StreamingContext context) : base(info, context) 228protected ReadOnlyException(SerializationInfo info, StreamingContext context) : base(info, context) 254protected RowNotInTableException(SerializationInfo info, StreamingContext context) : base(info, context) 280protected VersionNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context)
System\Data\DataSet.cs (9)
158protected bool IsBinarySerialized(SerializationInfo info, StreamingContext context) 180protected SchemaSerializationMode DetermineSchemaSerializationMode(SerializationInfo info, StreamingContext context) 230protected void GetSerializationData(SerializationInfo info, StreamingContext context) 256protected DataSet(SerializationInfo info, StreamingContext context) : this(info, context, true) 266protected DataSet(SerializationInfo info, StreamingContext context, bool ConstructSchema) : this() 314public virtual void GetObjectData(SerializationInfo info, StreamingContext context) 326private void SerializeDataSet(SerializationInfo info, StreamingContext context, SerializationFormat remotingFormat) 413internal void DeserializeDataSet(SerializationInfo info, StreamingContext context, SerializationFormat remotingFormat, SchemaSerializationMode schemaSerializationMode) 424private void DeserializeDataSetSchema(SerializationInfo info, StreamingContext context, SerializationFormat remotingFormat, SchemaSerializationMode schemaSerializationMode)
System\Data\DataTable.cs (2)
201protected DataTable(SerializationInfo info, StreamingContext context) : this() 231public virtual void GetObjectData(SerializationInfo info, StreamingContext context)
System\Data\DBConcurrencyException.cs (2)
36private DBConcurrencyException(SerializationInfo info, StreamingContext context) : base(info, context) 42public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\Data\Filter\FilterException.cs (3)
17protected InvalidExpressionException(SerializationInfo info, StreamingContext context) 34protected EvaluateException(SerializationInfo info, StreamingContext context) 51protected SyntaxErrorException(SerializationInfo info, StreamingContext context)
System\Data\PropertyCollection.cs (1)
24protected PropertyCollection(SerializationInfo info, StreamingContext context) : base(info, context)
System\Data\SimpleType.cs (1)
45void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System\Data\SQLTypes\SQLBytes.cs (1)
581void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System\Data\SQLTypes\SQLChars.cs (1)
533void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System\Data\SQLTypes\SQLGuid.cs (2)
57private SqlGuid(SerializationInfo info, StreamingContext context) 66void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System\Data\SQLTypes\SQLUtility.cs (8)
47protected SqlTypeException(SerializationInfo si, StreamingContext sc) : base(SqlTypeExceptionSerialization(si, sc), sc) 52private static SerializationInfo SqlTypeExceptionSerialization(SerializationInfo? si, StreamingContext sc) 85private SqlNullValueException(SerializationInfo si, StreamingContext sc) : base(SqlNullValueExceptionSerialization(si, sc), sc) 90private static SerializationInfo SqlNullValueExceptionSerialization(SerializationInfo si, StreamingContext sc) 123private SqlTruncateException(SerializationInfo si, StreamingContext sc) : base(SqlTruncateExceptionSerialization(si, sc), sc) 128private static SerializationInfo SqlTruncateExceptionSerialization(SerializationInfo si, StreamingContext sc) 160private SqlNotFilledException(SerializationInfo si, StreamingContext sc) : base(si, sc) 185private SqlAlreadyFilledException(SerializationInfo si, StreamingContext sc) : base(si, sc)
System\Data\StrongTypingException.cs (1)
18protected StrongTypingException(SerializationInfo info, StreamingContext context)
System\Data\TypedTableBase.cs (1)
38protected TypedTableBase(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
System.Data.Odbc (2)
System\Data\Odbc\OdbcException.cs (2)
41private OdbcException(SerializationInfo si, StreamingContext sc) : base(si, sc) 60public override void GetObjectData(SerializationInfo si, StreamingContext context)
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
266public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
System.Diagnostics.EventLog (7)
artifacts\obj\System.Diagnostics.EventLog\Debug\net10.0\System.Diagnostics.EventLog.notsupported.cs (7)
121void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 234protected EventLogException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 242public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 263protected EventLogInvalidDataException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 293protected EventLogNotFoundException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 310protected EventLogProviderDisabledException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 346protected EventLogReadingException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); }
System.DirectoryServices (13)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (13)
262protected DirectoryServicesCOMException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 271public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 546protected ActiveDirectoryObjectExistsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 557protected ActiveDirectoryObjectNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 567public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 576protected ActiveDirectoryOperationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 586public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 750protected ActiveDirectoryServerDownException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 762public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1318protected ForestTrustCollisionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1327public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1710protected SyncFromAllServersOperationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1719public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
System.DirectoryServices.AccountManagement (10)
artifacts\obj\System.DirectoryServices.AccountManagement\Debug\net10.0\System.DirectoryServices.AccountManagement.notsupported.cs (10)
158protected MultipleMatchesException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 169protected NoMatchingPrincipalException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 180protected PasswordException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 283protected PrincipalException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 292protected PrincipalExistsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context){ throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 303protected PrincipalOperationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 313public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 341protected PrincipalServerDownException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : base (default(System.Runtime.Serialization.SerializationInfo), default(System.Runtime.Serialization.StreamingContext)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 351public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
System.DirectoryServices.Protocols (7)
artifacts\obj\System.DirectoryServices.Protocols\Debug\net10.0\System.DirectoryServices.Protocols.notsupported.cs (7)
53protected BerConversionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 201protected DirectoryException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 227protected DirectoryOperationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 235public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 368protected LdapException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 378public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 734protected TlsOperationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
System.Drawing.Common (5)
Special\NotSupported.cs (5)
359void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } 721void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } 805void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } 2711protected InvalidPrinterException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } 2712public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnContentException.cs (1)
62protected AsnContentException(SerializationInfo info, StreamingContext context)
System.Formats.Cbor (1)
System\Formats\Cbor\CborContentException.cs (1)
44protected CborContentException(SerializationInfo info, StreamingContext context)
System.Formats.Nrbf (1)
System\Formats\Nrbf\Utils\BinaryReaderExtensions.cs (1)
211extern static DateTime CallPrivateSerializationConstructor(SerializationInfo si, StreamingContext ct);
System.IO.Compression (2)
System\IO\Compression\DeflateZLib\ZLibException.cs (2)
58protected ZLibException(SerializationInfo info, StreamingContext context) : base(info, context) 66void ISerializable.GetObjectData(SerializationInfo si, StreamingContext context)
System.IO.FileSystem.DriveInfo (2)
System\IO\DriveInfo.cs (1)
19void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System\IO\DriveNotFoundException.cs (1)
34protected DriveNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context)
System.IO.FileSystem.Watcher (1)
System\IO\InternalBufferOverflowException.cs (1)
43protected InternalBufferOverflowException(SerializationInfo info, StreamingContext context)
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageException.cs (1)
40protected IsolatedStorageException(SerializationInfo info, StreamingContext context) : base(info, context)
System.IO.Packaging (2)
System\IO\Packaging\FileFormatException.cs (2)
120protected FileFormatException(SerializationInfo info, StreamingContext context) : base(info, context) 136public override void GetObjectData(SerializationInfo info, StreamingContext context)
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
204internal RethrowException(SerializationInfo info, StreamingContext context) : base(info, context) { }
System.Management (10)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (10)
143protected ManagementBaseObject(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 154protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 163void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 175protected ManagementClass(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 189protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 249protected ManagementException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 258public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 267protected ManagementNamedValueCollection(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 284protected ManagementObject(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 309protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
System.Net.Http (6)
src\libraries\Common\src\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecodingException.cs (1)
27public HPackDecodingException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\Common\src\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs (3)
25private HuffmanDecodingException(SerializationInfo info, StreamingContext context) 33void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) 42public override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
src\libraries\Common\src\System\Net\Http\aspnetcore\Http3\QPack\QPackDecodingException.cs (1)
27private QPackDecodingException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\Common\src\System\Net\Http\aspnetcore\Http3\QPack\QPackEncodingException.cs (1)
24private QPackEncodingException(SerializationInfo info, StreamingContext context) : base(info, context)
System.Net.HttpListener (1)
System\Net\HttpListenerException.cs (1)
31protected HttpListenerException(SerializationInfo serializationInfo, StreamingContext streamingContext)
System.Net.Mail (6)
System\Net\Mail\SmtpException.cs (2)
98protected SmtpException(SerializationInfo serializationInfo, StreamingContext streamingContext) : base(serializationInfo, streamingContext) 114public override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
System\Net\Mail\SmtpFailedRecipientException.cs (2)
29protected SmtpFailedRecipientException(SerializationInfo info, StreamingContext context) : base(info, context) 59public override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
System\Net\Mail\SmtpFailedRecipientsException.cs (2)
35protected SmtpFailedRecipientsException(SerializationInfo info, StreamingContext context) : base(info, context) 68public override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
System.Net.NetworkInformation (1)
src\libraries\Common\src\System\Net\NetworkInformation\NetworkInformationException.cs (1)
42protected NetworkInformationException(SerializationInfo serializationInfo, StreamingContext streamingContext) : base(serializationInfo, streamingContext)
System.Net.Ping (1)
System\Net\NetworkInformation\PingException.cs (1)
25protected PingException(SerializationInfo serializationInfo, StreamingContext streamingContext) :
System.Net.Primitives (5)
System\Net\CookieCollection.cs (1)
62private void OnSerializing(StreamingContext context)
System\Net\CookieException.cs (3)
37protected CookieException(SerializationInfo serializationInfo, StreamingContext streamingContext) 43void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) 50public override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
System\Net\SocketException.cs (1)
56protected SocketException(SerializationInfo serializationInfo, StreamingContext streamingContext)
System.Net.Requests (24)
System\Net\FileWebRequest.cs (3)
43protected FileWebRequest(SerializationInfo serializationInfo, StreamingContext streamingContext) : base(serializationInfo, streamingContext) 49void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) => 53protected override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
System\Net\FileWebResponse.cs (3)
51protected FileWebResponse(SerializationInfo serializationInfo, StreamingContext streamingContext) : base(serializationInfo, streamingContext) 57void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) 63protected override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
System\Net\HttpWebRequest.cs (3)
193protected HttpWebRequest(SerializationInfo serializationInfo, StreamingContext streamingContext) : base(serializationInfo, streamingContext) 199void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) 205protected override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
System\Net\HttpWebResponse.cs (3)
41protected HttpWebResponse(SerializationInfo serializationInfo, StreamingContext streamingContext) : base(serializationInfo, streamingContext) 47void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) 53protected override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
System\Net\ProtocolViolationException.cs (3)
40protected ProtocolViolationException(SerializationInfo serializationInfo, StreamingContext streamingContext) 46void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) 53public override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
System\Net\WebException.cs (3)
58protected WebException(SerializationInfo serializationInfo, StreamingContext streamingContext) 68void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) 75public override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
System\Net\WebRequest.cs (3)
44protected WebRequest(SerializationInfo serializationInfo, StreamingContext streamingContext) 50void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) 56protected virtual void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
System\Net\WebResponse.cs (3)
29protected WebResponse(SerializationInfo serializationInfo, StreamingContext streamingContext) 35void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) 41protected virtual void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
System.Net.Security (4)
System\Security\Authentication\AuthenticationException.cs (2)
26protected AuthenticationException(SerializationInfo serializationInfo, StreamingContext streamingContext) : base(serializationInfo, streamingContext) 50protected InvalidCredentialException(SerializationInfo serializationInfo, StreamingContext streamingContext) : base(serializationInfo, streamingContext)
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (2)
73protected ExtendedProtectionPolicy(SerializationInfo info, StreamingContext context) 78void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System.Net.WebHeaderCollection (3)
System\Net\WebHeaderCollection.cs (3)
34protected WebHeaderCollection(SerializationInfo serializationInfo, StreamingContext streamingContext) 142public override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) 147void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
System.Net.WebProxy (3)
System\Net\WebProxy.cs (3)
207protected WebProxy(SerializationInfo serializationInfo, StreamingContext streamingContext) => 210void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) => 213protected virtual void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) =>
System.Net.WebSockets (2)
System\Net\WebSockets\WebSocketException.cs (2)
100private WebSocketException(SerializationInfo serializationInfo, StreamingContext streamingContext) 107public override void GetObjectData(SerializationInfo info, StreamingContext context)
System.ObjectModel (2)
System\Collections\ObjectModel\ObservableCollection.cs (2)
279private void OnSerializing(StreamingContext context) 286private void OnDeserialized(StreamingContext context)
System.Private.CoreLib (205)
src\libraries\System.Private.CoreLib\src\System\AccessViolationException.cs (1)
37protected AccessViolationException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\AggregateException.cs (4)
184/// <param name="context">The <see cref="StreamingContext"/> that 190protected AggregateException(SerializationInfo info, StreamingContext context) : 203/// <param name="context">The <see cref="StreamingContext"/> that 208public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\AppDomainUnloadedException.cs (1)
34protected AppDomainUnloadedException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\ApplicationException.cs (1)
49protected ApplicationException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\ArgumentException.cs (2)
59protected ArgumentException(SerializationInfo info, StreamingContext context) 67public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\ArgumentNullException.cs (1)
47protected ArgumentNullException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\ArgumentOutOfRangeException.cs (2)
57protected ArgumentOutOfRangeException(SerializationInfo info, StreamingContext context) 65public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\ArithmeticException.cs (1)
44protected ArithmeticException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\ArrayTypeMismatchException.cs (1)
44protected ArrayTypeMismatchException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\BadImageFormatException.cs (2)
54protected BadImageFormatException(SerializationInfo info, StreamingContext context) 63public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\CannotUnloadAppDomainException.cs (1)
34protected CannotUnloadAppDomainException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\Collections\Comparer.cs (2)
30private Comparer(SerializationInfo info, StreamingContext context) 39public void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Comparer.cs (4)
83private NullableComparer(SerializationInfo info, StreamingContext context) { } 84public void GetObjectData(SerializationInfo info, StreamingContext context) 136private EnumComparer(SerializationInfo info, StreamingContext context) { } 147public void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
185protected Dictionary(SerializationInfo info, StreamingContext context) 378public virtual void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\EqualityComparer.cs (5)
149private NullableEqualityComparer(SerializationInfo info, StreamingContext context) { } 150public void GetObjectData(SerializationInfo info, StreamingContext context) 241private EnumEqualityComparer(SerializationInfo information, StreamingContext context) { } 243public void GetObjectData(SerializationInfo info, StreamingContext context) 275void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (2)
136protected HashSet(SerializationInfo info, StreamingContext context) 697public virtual void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\KeyNotFoundException.cs (1)
34protected KeyNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\NonRandomizedStringEqualityComparer.cs (2)
38protected NonRandomizedStringEqualityComparer(SerializationInfo information, StreamingContext context) 68void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (3)
369protected Hashtable(SerializationInfo info, StreamingContext context) 1025public virtual void GetObjectData(SerializationInfo info, StreamingContext context) 1259public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\ComponentModel\Win32Exception.cs (2)
63protected Win32Exception(SerializationInfo info, StreamingContext context) : base(info, context) 70public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Context.cs (1)
34protected ContextMarshalException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\DataMisalignedException.cs (1)
37private DataMisalignedException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\DateTime.cs (2)
821private DateTime(SerializationInfo info, StreamingContext context) 1289void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\DateTimeOffset.cs (2)
626void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context) 634private DateTimeOffset(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\DBNull.cs (1)
20public void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (2)
199private Decimal(SerializationInfo info, StreamingContext context) 208void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Delegate.cs (1)
154public virtual void GetObjectData(SerializationInfo info, StreamingContext context) => throw new PlatformNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Contracts\ContractException.cs (2)
39private ContractException(SerializationInfo info, StreamingContext context) 49public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSourceException.cs (1)
38protected EventSourceException(SerializationInfo info, StreamingContext context) : base(info, context) { }
src\libraries\System.Private.CoreLib\src\System\DivideByZeroException.cs (1)
37protected DivideByZeroException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\DllNotFoundException.cs (1)
37protected DllNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\DuplicateWaitObjectException.cs (1)
45protected DuplicateWaitObjectException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\EntryPointNotFoundException.cs (1)
37protected EntryPointNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\Exception.cs (3)
45protected Exception(SerializationInfo info, StreamingContext context) 104public virtual void GetObjectData(SerializationInfo info, StreamingContext context) 204partial void RestoreRemoteStackTrace(SerializationInfo info, StreamingContext context);
src\libraries\System.Private.CoreLib\src\System\ExecutionEngineException.cs (1)
35private ExecutionEngineException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\FieldAccessException.cs (1)
37protected FieldAccessException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\FormatException.cs (1)
37protected FormatException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.cs (3)
185private void OnDeserializing(StreamingContext ctx) 198private void OnDeserialized(StreamingContext ctx) 218private void OnSerializing(StreamingContext ctx)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureNotFoundException.cs (2)
63protected CultureNotFoundException(SerializationInfo info, StreamingContext context) 72public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\IndexOutOfRangeException.cs (1)
35private IndexOutOfRangeException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\InsufficientExecutionStackException.cs (1)
32private InsufficientExecutionStackException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\InsufficientMemoryException.cs (1)
46private InsufficientMemoryException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (2)
66private IntPtr(SerializationInfo info, StreamingContext context) 80void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\InvalidCastException.cs (1)
43protected InvalidCastException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\InvalidOperationException.cs (1)
37protected InvalidOperationException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\InvalidProgramException.cs (1)
36private InvalidProgramException(SerializationInfo info, StreamingContext context) : base(info, context) { }
src\libraries\System.Private.CoreLib\src\System\InvalidTimeZoneException.cs (1)
30protected InvalidTimeZoneException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\IO\DirectoryNotFoundException.cs (1)
40protected DirectoryNotFoundException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\IO\EndOfStreamException.cs (1)
34protected EndOfStreamException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\IO\FileLoadException.cs (2)
74protected FileLoadException(SerializationInfo info, StreamingContext context) 83public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\IO\FileNotFoundException.cs (2)
96protected FileNotFoundException(SerializationInfo info, StreamingContext context) 105public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\IO\FileSystemInfo.cs (2)
26protected FileSystemInfo(SerializationInfo info, StreamingContext context) 39public virtual void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\IO\InvalidDataException.cs (1)
41private InvalidDataException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\IO\IOException.cs (1)
40protected IOException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\IO\PathTooLongException.cs (1)
34protected PathTooLongException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\MemberAccessException.cs (1)
49protected MemberAccessException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\MethodAccessException.cs (1)
37protected MethodAccessException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\MissingFieldException.cs (1)
41protected MissingFieldException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\MissingMemberException.cs (2)
41protected MissingMemberException(SerializationInfo info, StreamingContext context) 51public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\MissingMethodException.cs (1)
44protected MissingMethodException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\MulticastNotSupportedException.cs (1)
37private MulticastNotSupportedException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\NotFiniteNumberException.cs (2)
58protected NotFiniteNumberException(SerializationInfo info, StreamingContext context) : base(info, context) 65public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\NotImplementedException.cs (1)
35protected NotImplementedException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\NotSupportedException.cs (1)
38protected NotSupportedException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\NullReferenceException.cs (1)
37protected NullReferenceException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\ObjectDisposedException.cs (2)
46protected ObjectDisposedException(SerializationInfo info, StreamingContext context) 80public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\OperatingSystem.cs (1)
71public void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\OperationCanceledException.cs (1)
66protected OperationCanceledException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\OutOfMemoryException.cs (1)
43protected OutOfMemoryException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\OverflowException.cs (1)
37protected OverflowException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\PlatformNotSupportedException.cs (1)
37protected PlatformNotSupportedException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\RankException.cs (1)
37protected RankException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\Reflection\AmbiguousMatchException.cs (1)
32private AmbiguousMatchException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (1)
166public virtual void GetObjectData(SerializationInfo info, StreamingContext context) { throw NotImplemented.ByDesign; }
src\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyName.cs (1)
279public void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeFormatException.cs (1)
32protected CustomAttributeFormatException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Reflection\InvalidFilterCriteriaException.cs (1)
32protected InvalidFilterCriteriaException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Reflection\Missing.cs (1)
14void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Reflection\Module.cs (1)
143public virtual void GetObjectData(SerializationInfo info, StreamingContext context) { throw NotImplemented.ByDesign; }
src\libraries\System.Private.CoreLib\src\System\Reflection\ParameterInfo.cs (1)
60public object GetRealObject(StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Reflection\Pointer.cs (1)
55void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Reflection\ReflectionTypeLoadException.cs (2)
29private ReflectionTypeLoadException(SerializationInfo info, StreamingContext context) 38public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Reflection\StrongNameKeyPair.cs (2)
21protected StrongNameKeyPair(SerializationInfo info, StreamingContext context) => 30void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context) =>
src\libraries\System.Private.CoreLib\src\System\Reflection\TargetException.cs (1)
32protected TargetException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Reflection\TargetInvocationException.cs (1)
26private TargetInvocationException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Reflection\TargetParameterCountException.cs (1)
32private TargetParameterCountException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Resources\MissingManifestResourceException.cs (1)
34protected MissingManifestResourceException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Resources\MissingSatelliteAssemblyException.cs (1)
46protected MissingSatelliteAssemblyException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Runtime\AmbiguousImplementationException.cs (1)
32private AmbiguousImplementationException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\RuntimeWrappedException.cs (2)
28private RuntimeWrappedException(SerializationInfo info, StreamingContext context) 36public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\SwitchExpressionException.cs (2)
32private SwitchExpressionException(SerializationInfo info, StreamingContext context) 47public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\COMException.cs (1)
46protected COMException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ExternalException.cs (1)
43protected ExternalException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\InvalidComObjectException.cs (1)
39protected InvalidComObjectException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\InvalidOleVariantTypeException.cs (1)
38protected InvalidOleVariantTypeException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\MarshalDirectiveException.cs (1)
37protected MarshalDirectiveException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeArrayRankMismatchException.cs (1)
38protected SafeArrayRankMismatchException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeArrayTypeMismatchException.cs (1)
38protected SafeArrayTypeMismatchException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SEHException.cs (1)
36protected SEHException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\IObjectReference.cs (1)
9object GetRealObject(StreamingContext context);
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\ISerializable.cs (1)
9void GetObjectData(SerializationInfo info, StreamingContext context);
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SafeSerializationEventArgs.cs (1)
16public StreamingContext StreamingContext { get; }
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SerializationException.cs (1)
37protected SerializationException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\StreamingContext.cs (1)
32if (obj is StreamingContext ctx)
src\libraries\System.Private.CoreLib\src\System\Security\CryptographicException.cs (1)
43protected CryptographicException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Security\SecurityException.cs (2)
57protected SecurityException(SerializationInfo info, StreamingContext context) 72public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Security\VerificationException.cs (1)
34protected VerificationException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\StackOverflowException.cs (1)
35private StackOverflowException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\StringComparer.cs (4)
240private CultureAwareComparer(SerializationInfo info, StreamingContext context) 306public void GetObjectData(SerializationInfo info, StreamingContext context) 473public void GetObjectData(SerializationInfo info, StreamingContext context) 555public void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\SystemException.cs (1)
34protected SystemException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\Text\DecoderExceptionFallback.cs (1)
105private DecoderFallbackException(SerializationInfo serializationInfo, StreamingContext streamingContext)
src\libraries\System.Private.CoreLib\src\System\Text\EncoderExceptionFallback.cs (1)
125private EncoderFallbackException(SerializationInfo serializationInfo, StreamingContext streamingContext)
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (2)
166private StringBuilder(SerializationInfo info, StreamingContext context) 223void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Threading\AbandonedMutexException.cs (1)
58protected AbandonedMutexException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Threading\CompressedStack.cs (1)
17public void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (1)
47public void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Threading\LockRecursionException.cs (1)
30protected LockRecursionException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\Threading\SemaphoreFullException.cs (1)
28protected SemaphoreFullException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\Threading\SynchronizationLockException.cs (1)
37protected SynchronizationLockException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskCanceledException.cs (2)
83/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination. </param> 86protected TaskCanceledException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskSchedulerException.cs (2)
70/// <param name="context">The <see cref="StreamingContext"/> that 74protected TaskSchedulerException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadAbortException.cs (1)
24private ThreadAbortException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadInterruptedException.cs (1)
43protected ThreadInterruptedException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadStartException.cs (1)
26private ThreadStartException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadStateException.cs (1)
37protected ThreadStateException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandleCannotBeOpenedException.cs (1)
31protected WaitHandleCannotBeOpenedException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\TimeoutException.cs (1)
37protected TimeoutException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.AdjustmentRule.cs (2)
263void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context) 276private AdjustmentRule(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.cs (2)
1144void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context) 1157private TimeZoneInfo(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.TransitionTime.cs (2)
129void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context) 141private TransitionTime(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\TimeZoneNotFoundException.cs (1)
30protected TimeZoneNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\TypeAccessException.cs (1)
36protected TypeAccessException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\TypeInitializationException.cs (2)
48private TypeInitializationException(SerializationInfo info, StreamingContext context) 56public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\TypeLoadException.cs (2)
54protected TypeLoadException(SerializationInfo info, StreamingContext context) : base(info, context) 64public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\TypeUnloadedException.cs (1)
34protected TypeUnloadedException(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (2)
65private UIntPtr(SerializationInfo info, StreamingContext context) 79void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\UnauthorizedAccessException.cs (1)
37protected UnauthorizedAccessException(SerializationInfo info, StreamingContext context) : base(info, context)
src\libraries\System.Private.CoreLib\src\System\UnitySerializationHolder.cs (3)
34public UnitySerializationHolder(SerializationInfo info, StreamingContext context) 44public void GetObjectData(SerializationInfo info, StreamingContext context) => 47public object GetRealObject(StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\WeakReference.cs (2)
57protected WeakReference(SerializationInfo info, StreamingContext context) 69public virtual void GetObjectData(SerializationInfo info, StreamingContext context)
src\libraries\System.Private.CoreLib\src\System\WeakReference.T.cs (2)
41private WeakReference(SerializationInfo info, StreamingContext context) 68public void GetObjectData(SerializationInfo info, StreamingContext context)
src\System\Exception.CoreCLR.cs (2)
16partial void RestoreRemoteStackTrace(SerializationInfo info, StreamingContext context) 85private void OnDeserialized(StreamingContext context)
src\System\MulticastDelegate.CoreCLR.cs (1)
37public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\System\Reflection\RuntimeAssembly.cs (1)
314public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\System\Reflection\RuntimeModule.cs (1)
387public override void GetObjectData(SerializationInfo info, StreamingContext context)
src\System\RuntimeHandles.cs (3)
869public void GetObjectData(SerializationInfo info, StreamingContext context) 982public void GetObjectData(SerializationInfo info, StreamingContext context) 1683public void GetObjectData(SerializationInfo info, StreamingContext context)
System.Private.DataContractSerialization (17)
System\Runtime\Serialization\ClassDataContract.cs (1)
1278private static Type[] SerInfoCtorArgs => s_serInfoCtorArgs ??= new Type[] { typeof(SerializationInfo), typeof(StreamingContext) };
System\Runtime\Serialization\Globals.cs (1)
100s_typeOfStreamingContext ??= typeof(StreamingContext);
System\Runtime\Serialization\Json\JsonFormatGeneratorStatics.cs (1)
322public static Type[] SerInfoCtorArgs => s_serInfoCtorArgs ??= new Type[] { typeof(SerializationInfo), typeof(StreamingContext) };
System\Runtime\Serialization\ReflectionClassWriter.cs (2)
136var contextArg = context.GetStreamingContext(); 147var contextArg = context.GetStreamingContext();
System\Runtime\Serialization\ReflectionReader.cs (3)
336StreamingContext streamingContext = context.GetStreamingContext(); 404var contextArg = context.GetStreamingContext(); 415var contextArg = context.GetStreamingContext();
System\Runtime\Serialization\XmlObjectSerializerContext.cs (4)
27private readonly StreamingContext _streamingContext; 32internal XmlObjectSerializerContext(XmlObjectSerializer serializer, int maxItemsInObjectGraph, StreamingContext streamingContext, bool ignoreExtensionDataObject, 43internal XmlObjectSerializerContext(XmlObjectSerializer serializer, int maxItemsInObjectGraph, StreamingContext streamingContext, bool ignoreExtensionDataObject) 68internal StreamingContext GetStreamingContext()
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
76internal XmlObjectSerializerReadContext(XmlObjectSerializer serializer, int maxItemsInObjectGraph, StreamingContext streamingContext, bool ignoreExtensionDataObject)
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (1)
24internal XmlObjectSerializerReadContextComplex(XmlObjectSerializer serializer, int maxItemsInObjectGraph, StreamingContext streamingContext, bool ignoreExtensionDataObject)
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (2)
49internal XmlObjectSerializerWriteContext(XmlObjectSerializer serializer, int maxItemsInObjectGraph, StreamingContext streamingContext, bool ignoreExtensionDataObject) 506internal static void GetObjectData(ISerializable obj, SerializationInfo serInfo, StreamingContext context)
System\Runtime\Serialization\XmlObjectSerializerWriteContextComplex.cs (1)
31internal XmlObjectSerializerWriteContextComplex(XmlObjectSerializer serializer, int maxItemsInObjectGraph, StreamingContext streamingContext, bool ignoreExtensionDataObject)
System.Private.Uri (5)
System\Uri.cs (3)
455protected Uri(SerializationInfo serializationInfo, StreamingContext streamingContext) 478void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext) 487protected void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
System\UriFormatException.cs (2)
30protected UriFormatException(SerializationInfo serializationInfo, StreamingContext streamingContext) : base(serializationInfo, streamingContext) 35void ISerializable.GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
System.Private.Windows.Core (14)
System\Private\Windows\BinaryFormat\Deserializer\DeserializationOptions.cs (1)
37public StreamingContext StreamingContext { get; set; } = new(StreamingContextStates.All);
System\Private\Windows\BinaryFormat\Deserializer\Deserializer.cs (3)
34/// tracking instances by stashing them in a provided <see cref="StreamingContext"/> to handle after invoking the 46/// type when <see cref="ISerializable.GetObjectData(SerializationInfo, StreamingContext)"/> is called by invoking 96private event Action<StreamingContext>? OnDeserialized;
System\Private\Windows\BinaryFormat\Deserializer\PendingSerializationInfo.cs (2)
29internal void Populate(IDictionary<SerializationRecordId, object> objects, StreamingContext context) 72&& parameters[1].ParameterType == typeof(StreamingContext))
System\Private\Windows\BinaryFormat\SerializationEvents.cs (8)
75internal static Action<StreamingContext>? GetOnDeserializingForType( 80internal static Action<StreamingContext>? GetOnDeserializedForType( 85private Action<StreamingContext>? GetOnDeserialized(object obj) => 88private Action<StreamingContext>? GetOnDeserializing(object obj) => 92private static Action<StreamingContext>? AddOnDelegate(object obj, List<MethodInfo>? methods) 94Action<StreamingContext>? handler = null; 100Action<StreamingContext> onDeserialized = 102method.CreateDelegate<Action<StreamingContext>>(obj);
System.Private.Xml (19)
System\Xml\Schema\Inference\XmlSchemaInferenceException.cs (2)
21protected XmlSchemaInferenceException(SerializationInfo info, StreamingContext context) : base(info, context) 27public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\Xml\Schema\XmlSchemaException.cs (2)
33protected XmlSchemaException(SerializationInfo info, StreamingContext context) : base(info, context) 65public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\Xml\Schema\XmlSchemaValidationException.cs (2)
22protected XmlSchemaValidationException(SerializationInfo info, StreamingContext context) : base(info, context) 28public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\Xml\XmlException.cs (2)
36protected XmlException(SerializationInfo info, StreamingContext context) : base(info, context) 73public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\Xml\XPath\XPathException.cs (2)
28protected XPathException(SerializationInfo info, StreamingContext context) : base(info, context) 57public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\Xml\Xsl\XPath\XPathCompileException.cs (2)
30internal XPathCompileException(SerializationInfo info, StreamingContext context) 40public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\Xml\Xsl\XslException.cs (3)
22public XslTransformException(SerializationInfo info, StreamingContext context) 117internal XslLoadException(SerializationInfo info, StreamingContext context) 170public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\Xml\Xslt\XsltException.cs (4)
29protected XsltException(SerializationInfo info, StreamingContext context) : base(info, context) 61public override void GetObjectData(SerializationInfo info, StreamingContext context) 159protected XsltCompileException(SerializationInfo info, StreamingContext context) : base(info, context) 165public override void GetObjectData(SerializationInfo info, StreamingContext context)
System.Private.Xml.Linq (1)
System\Xml\Linq\XName.cs (1)
191void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System.Reflection.Metadata (1)
System\Reflection\Metadata\ImageFormatLimitationException.Serialization.cs (1)
17protected ImageFormatLimitationException(SerializationInfo info, StreamingContext context)
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (1)
205public sealed override void GetObjectData(SerializationInfo info, StreamingContext context) => throw new NotSupportedException();
System\Reflection\TypeLoading\Modules\RoModule.cs (1)
79public sealed override void GetObjectData(SerializationInfo info, StreamingContext context) => throw new NotSupportedException();
System.Resources.Extensions (14)
System\Resources\Extensions\BinaryFormat\BinaryFormattedObject.Options.cs (1)
33public StreamingContext StreamingContext { get; set; } = new(StreamingContextStates.All);
System\Resources\Extensions\BinaryFormat\Deserializer\Deserializer.cs (3)
37/// tracking instances by stashing them in a provided <see cref="StreamingContext"/> to handle after invoking the 49/// type when <see cref="ISerializable.GetObjectData(SerializationInfo, StreamingContext)"/> is called by invoking 99private event Action<StreamingContext>? OnDeserialized;
System\Resources\Extensions\BinaryFormat\Deserializer\PendingSerializationInfo.cs (2)
31internal void Populate(IDictionary<SerializationRecordId, object> objects, StreamingContext context) 74&& parameters[1].ParameterType == typeof(StreamingContext))
System\Resources\Extensions\BinaryFormat\SerializationEvents.cs (8)
77internal static Action<StreamingContext>? GetOnDeserializingForType( 82internal static Action<StreamingContext>? GetOnDeserializedForType( 87private Action<StreamingContext>? GetOnDeserialized(object obj) => 90private Action<StreamingContext>? GetOnDeserializing(object obj) => 94private static Action<StreamingContext>? AddOnDelegate(object obj, List<MethodInfo>? methods) 96Action<StreamingContext>? handler = null; 102Action<StreamingContext> onDeserialized = 104method.CreateDelegate<Action<StreamingContext>>(obj);
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
693[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.StreamingContext))]
System.Runtime.Serialization.Formatters (29)
System\Runtime\Serialization\DeserializationEventHandler.cs (1)
8public delegate void SerializationEventHandler(StreamingContext context);
System\Runtime\Serialization\Formatter.cs (1)
192public abstract StreamingContext Context { get; set; }
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.cs (3)
10internal StreamingContext _context; 21public StreamingContext Context { get { return _context; } set { _context = value; } } 27public BinaryFormatter(ISurrogateSelector? selector, StreamingContext context)
System\Runtime\Serialization\FormatterServices.cs (3)
174StreamingContext context) 382public void GetObjectData(object obj, SerializationInfo info, StreamingContext context) 387public object SetObjectData(object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector? selector)
System\Runtime\Serialization\IFormatter.cs (1)
22StreamingContext Context { get; set; }
System\Runtime\Serialization\ISerializationSurrogate.cs (2)
9void GetObjectData(object obj, SerializationInfo info, StreamingContext context); 10object SetObjectData(object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector? selector);
System\Runtime\Serialization\ISurrogateSelector.cs (1)
10ISerializationSurrogate? GetSurrogate(Type type, StreamingContext context, out ISurrogateSelector selector);
System\Runtime\Serialization\MemberHolder.cs (2)
12internal readonly StreamingContext _context; 16StreamingContext ctx)
System\Runtime\Serialization\ObjectManager.cs (4)
30internal readonly StreamingContext _context; 32public ObjectManager(ISurrogateSelector? selector, StreamingContext context) 773internal void CompleteISerializableObject(object obj, SerializationInfo? info, StreamingContext context) 804parameters[1].ParameterType == typeof(StreamingContext))
System\Runtime\Serialization\SerializationEventsCache.cs (4)
59internal void InvokeOnSerializing(object obj, StreamingContext context) => 62internal void InvokeOnDeserializing(object obj, StreamingContext context) => 65internal void InvokeOnDeserialized(object obj, StreamingContext context) => 75private static void InvokeOnDelegate(object obj, StreamingContext context, List<MethodInfo>? methods)
System\Runtime\Serialization\SerializationObjectManager.cs (2)
15private readonly StreamingContext _context; 18public SerializationObjectManager(StreamingContext context)
System\Runtime\Serialization\SurrogateSelector.cs (5)
15public virtual void AddSurrogate(Type type, StreamingContext context, ISerializationSurrogate surrogate) 145public virtual ISerializationSurrogate? GetSurrogate(Type type, StreamingContext context, out ISurrogateSelector selector) 166public virtual void RemoveSurrogate(Type type, StreamingContext context) 178internal readonly StreamingContext _context; 180internal SurrogateKey(Type type, StreamingContext context)
System.Runtime.Serialization.Primitives (2)
System.Runtime.Serialization.Primitives.TypeForwards.cs (1)
9[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.StreamingContext))]
System\Runtime\Serialization\InvalidDataContractException.cs (1)
31protected InvalidDataContractException(SerializationInfo info, StreamingContext context)
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\CodeExporter.cs (1)
1685get { return new CodeParameterDeclarationExpression(GetCodeTypeReference(typeof(StreamingContext)), ImportGlobals.ContextFieldName); }
System.Security.AccessControl (1)
artifacts\obj\System.Security.AccessControl\Debug\net10.0\System.Security.AccessControl.notsupported.cs (1)
449public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
System.Security.Claims (5)
System\Security\Claims\ClaimsIdentity.cs (2)
237protected ClaimsIdentity(SerializationInfo info, StreamingContext context) 934protected virtual void GetObjectData(SerializationInfo info, StreamingContext context)
System\Security\Claims\ClaimsPrincipal.cs (3)
52protected ClaimsPrincipal(SerializationInfo info, StreamingContext context) 555private void OnSerializingMethod(StreamingContext context) 568protected virtual void GetObjectData(SerializationInfo info, StreamingContext context)
System.Security.Cryptography (4)
System\Security\Cryptography\CryptographicUnexpectedOperationException.cs (1)
36protected CryptographicUnexpectedOperationException(SerializationInfo info, StreamingContext context)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (2)
223public X509Certificate(SerializationInfo info, StreamingContext context) : this() 243void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
185protected X509Certificate2(SerializationInfo info, StreamingContext context)
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CryptoSignedXmlRecursionException.cs (1)
27protected CryptoSignedXmlRecursionException(SerializationInfo info, StreamingContext context) : base(info, context) { }
System.Security.Permissions (7)
System\ApplicationIdentity.cs (1)
16void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System\Security\HostProtectionException.cs (2)
55protected HostProtectionException(SerializationInfo info, StreamingContext context) 92public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\Security\Policy\Hash.cs (1)
24public void GetObjectData(SerializationInfo info, StreamingContext context)
System\Security\Policy\HashMembershipCondition.cs (1)
21void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System\Security\Policy\PolicyException.cs (1)
18protected PolicyException(SerializationInfo info, StreamingContext context) : base(info, context) { }
System\Security\XmlSyntaxException.cs (1)
20private XmlSyntaxException(SerializationInfo info, StreamingContext context) : base(info, context) { }
System.Security.Principal.Windows (3)
artifacts\obj\System.Security.Principal.Windows\Debug\net10.0\System.Security.Principal.Windows.notsupported.cs (3)
28public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 243public WindowsIdentity(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 273void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); }
System.ServiceModel.NetNamedPipe (2)
System\IO\PipeException.cs (1)
32protected PipeException(SerializationInfo info, StreamingContext context)
System\ServiceModel\AddressAccessDeniedException.cs (1)
15protected AddressAccessDeniedException(SerializationInfo info, StreamingContext context) : base(info, context) { }
System.ServiceModel.Primitives (19)
netstandard.cs (19)
378protected SecurityTokenException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } 386protected SecurityTokenValidationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } 422protected ActionNotSupportedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } 470protected ChannelTerminatedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } 584protected CommunicationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } 591protected CommunicationObjectAbortedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } 598protected CommunicationObjectFaultedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } 669protected EndpointNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } 738protected FaultException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } 757protected FaultException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } 851protected InvalidMessageContractException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } 917protected MessageHeaderException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : base(info, context) { } 982protected ProtocolException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } 994protected QuotaExceededException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } 1021protected ServerTooBusyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } 1027protected ServiceActivationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } 2259protected MessageSecurityException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } 2265protected SecurityAccessDeniedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } 2277protected SecurityNegotiationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
System.ServiceProcess.ServiceController (1)
artifacts\obj\System.ServiceProcess.ServiceController\Debug\net10.0\System.ServiceProcess.ServiceController.notsupported.cs (1)
159protected TimeoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); }
System.Speech (1)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (1)
203void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
System.Text.Encoding.CodePages (4)
System\Text\BaseCodePageEncoding.cs (1)
81void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System\Text\DecoderNLS.cs (1)
40void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System\Text\EncoderNLS.cs (1)
42void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System\Text\ISCIIEncoding.cs (1)
68void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System.Text.Json (5)
System\Text\Json\JsonException.cs (4)
84/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param> 92protected JsonException(SerializationInfo info, StreamingContext context) : base(info, context) 109/// <param name="context">The <see cref="StreamingContext"/> that contains contextual information about the source or destination.</param> 114public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\Text\Json\Reader\JsonReaderException.cs (1)
19private JsonReaderException(SerializationInfo info, StreamingContext context) : base(info, context)
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Regex.cs (2)
175protected Regex(SerializationInfo info, StreamingContext context) => 178void ISerializable.GetObjectData(SerializationInfo si, StreamingContext context) =>
System\Text\RegularExpressions\RegexMatchTimeoutException.cs (2)
56protected RegexMatchTimeoutException(SerializationInfo info, StreamingContext context) 65void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System\Text\RegularExpressions\RegexParseException.cs (1)
39public override void GetObjectData(SerializationInfo info, StreamingContext context)
System.Text.RegularExpressions.Generator (1)
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexParseException.cs (1)
39public override void GetObjectData(SerializationInfo info, StreamingContext context)
System.Threading (2)
System\Threading\Barrier.cs (1)
71protected BarrierPostPhaseException(SerializationInfo info, StreamingContext context)
System\Threading\ReaderWriterLock.cs (1)
1138public ReaderWriterLockApplicationException(SerializationInfo info, StreamingContext context)
System.Threading.Channels (1)
System\Threading\Channels\ChannelClosedException.netcoreapp.cs (1)
20protected ChannelClosedException(SerializationInfo info, StreamingContext context) :
System.Transactions.Local (19)
System\Transactions\NonWindowsUnsupported.cs (2)
67protected OletxTransaction(SerializationInfo serializationInfo, StreamingContext context) 111public void GetObjectData(SerializationInfo serializationInfo, StreamingContext context)
System\Transactions\Transaction.cs (1)
850StreamingContext context)
System\Transactions\TransactionException.cs (5)
94protected TransactionException(SerializationInfo info, StreamingContext context) : base(info, context) 219protected TransactionAbortedException(SerializationInfo info, StreamingContext context) : base(info, context) 282protected TransactionInDoubtException(SerializationInfo info, StreamingContext context) : base(info, context) 344protected TransactionManagerCommunicationException(SerializationInfo info, StreamingContext context) : base(info, context) 384protected TransactionPromotionException(SerializationInfo info, StreamingContext context) : base(info, context)
System\Transactions\TransactionState.cs (11)
263internal virtual void GetObjectData(InternalTransaction tx, SerializationInfo serializationInfo, StreamingContext context) 597internal override void GetObjectData(InternalTransaction tx, SerializationInfo serializationInfo, StreamingContext context) 1157internal override void GetObjectData(InternalTransaction tx, SerializationInfo serializationInfo, StreamingContext context) 1486internal override void GetObjectData(InternalTransaction tx, SerializationInfo serializationInfo, StreamingContext context) 1636internal override void GetObjectData(InternalTransaction tx, SerializationInfo serializationInfo, StreamingContext context) 2005internal override void GetObjectData(InternalTransaction tx, SerializationInfo serializationInfo, StreamingContext context) 3040internal override void GetObjectData(InternalTransaction tx, SerializationInfo serializationInfo, StreamingContext context) 3223internal override void GetObjectData(InternalTransaction tx, SerializationInfo serializationInfo, StreamingContext context) 3574internal override void GetObjectData(InternalTransaction tx, SerializationInfo serializationInfo, StreamingContext context) 4111internal override void GetObjectData(InternalTransaction tx, SerializationInfo serializationInfo, StreamingContext context) 4223internal override void GetObjectData(InternalTransaction tx, SerializationInfo serializationInfo, StreamingContext context)
System.Windows.Extensions (2)
artifacts\obj\System.Windows.Extensions\Debug\net10.0\System.Windows.Extensions.notsupported.cs (2)
18protected SoundPlayer(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 37void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); }
System.Windows.Forms (24)
System\Resources\ResXDataNode.cs (1)
690void ISerializable.GetObjectData(SerializationInfo si, StreamingContext context)
System\Windows\Forms\ActiveX\AxHost.State.cs (2)
83protected State(SerializationInfo info, StreamingContext context) 341void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System\Windows\Forms\Controls\ImageList\ImageListStreamer.cs (2)
24private ImageListStreamer(SerializationInfo info, StreamingContext context) 86public void GetObjectData(SerializationInfo si, StreamingContext context) =>
System\Windows\Forms\Controls\ListView\ListViewGroup.cs (2)
46private ListViewGroup(SerializationInfo info, StreamingContext context) : this() 452void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System\Windows\Forms\Controls\ListView\ListViewItem.cs (4)
67protected ListViewItem(SerializationInfo info, StreamingContext context) 1183protected virtual void Deserialize(SerializationInfo info, StreamingContext context) 1264protected virtual void Serialize(SerializationInfo info, StreamingContext context) 1350void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context) => Serialize(info, context);
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewSubItem.cs (4)
226private static void OnDeserializing(StreamingContext ctx) 231private void OnDeserialized(StreamingContext ctx) 238private static void OnSerializing(StreamingContext ctx) 243private static void OnSerialized(StreamingContext ctx)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (4)
164protected TreeNode(SerializationInfo serializationInfo, StreamingContext context) 1482protected virtual void Deserialize(SerializationInfo serializationInfo, StreamingContext context) 2053protected virtual void Serialize(SerializationInfo si, StreamingContext context) 2226void ISerializable.GetObjectData(SerializationInfo si, StreamingContext context) => Serialize(si, context);
System\Windows\Forms\Input\Cursor.cs (1)
365void ISerializable.GetObjectData(SerializationInfo si, StreamingContext context)
System\Windows\Forms\OwnerDrawPropertyBag.cs (2)
18protected OwnerDrawPropertyBag(SerializationInfo info, StreamingContext context) 86void ISerializable.GetObjectData(SerializationInfo si, StreamingContext context)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (2)
43private TableLayoutSettings(SerializationInfo serializationInfo, StreamingContext context) 467void ISerializable.GetObjectData(SerializationInfo si, StreamingContext context)
System.Windows.Forms.Design (12)
System\ComponentModel\Design\ExceptionCollection.cs (1)
36public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.cs (1)
326void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System\ComponentModel\Design\Serialization\CodeDomSerializerException.cs (1)
40public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\Drawing\Design\ToolboxItem.cs (3)
312protected virtual void Deserialize(SerializationInfo info, StreamingContext context) 706protected virtual void Serialize(SerializationInfo info, StreamingContext context) 800void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
System\Windows\Forms\Design\DocumentDesigner.AxToolboxItem.cs (3)
32private AxToolboxItem(SerializationInfo info, StreamingContext context) 150protected override void Deserialize(SerializationInfo info, StreamingContext context) 347protected override void Serialize(SerializationInfo info, StreamingContext context)
System\Windows\Forms\Design\OleDragDropHandler.CfCodeToolboxItem.cs (3)
28private CfCodeToolboxItem(SerializationInfo info, StreamingContext context) 48protected override void Serialize(SerializationInfo info, StreamingContext context) 61protected override void Deserialize(SerializationInfo info, StreamingContext context)
System.Windows.Forms.Tests (15)
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (1)
94public readonly object GetRealObject(StreamingContext context)
System\Windows\Forms\Control.ActiveXImplTests.cs (2)
92public readonly void GetObjectData(SerializationInfo info, StreamingContext context) 97private SerializableStruct(SerializationInfo serializationInfo, StreamingContext streamingContext)
System\Windows\Forms\Layout\TableLayoutSettingsTests.cs (6)
1634StreamingContext context = default; 1647StreamingContext context = default; 1679StreamingContext context = default; 1715StreamingContext context = default; 1731StreamingContext context = default; 1762StreamingContext context = default;
System\Windows\Forms\ListViewGroupTests.cs (4)
1369StreamingContext context = default; 1387StreamingContext context = default; 1405StreamingContext context = default; 1421StreamingContext context = default;
System\Windows\Forms\TreeNodeTests.cs (2)
4950public SubTreeNode(SerializationInfo serializationInfo, StreamingContext context) : base(serializationInfo, context) 4954public new void Deserialize(SerializationInfo serializationInfo, StreamingContext context) => base.Deserialize(serializationInfo, context);
System.Xaml (12)
System\Xaml\Parser\GenericTypeNameParser.cs (1)
22protected TypeNameParserException(SerializationInfo si, StreamingContext sc) : base(si, sc)
System\Xaml\Parser\XamlPullParser.cs (1)
1263StreamingContext context)
System\Xaml\XamlException.cs (10)
67protected XamlException(SerializationInfo info, StreamingContext context) 78public override void GetObjectData(SerializationInfo info, StreamingContext context) 111protected XamlParseException(SerializationInfo info, StreamingContext context) 134protected XamlObjectWriterException(SerializationInfo info, StreamingContext context) 159protected XamlDuplicateMemberException(SerializationInfo info, StreamingContext context) 169public override void GetObjectData(SerializationInfo info, StreamingContext context) 196protected XamlInternalException(SerializationInfo info, StreamingContext context) 212protected XamlSchemaException(SerializationInfo info, StreamingContext context) 233protected XamlObjectReaderException(SerializationInfo info, StreamingContext context) 256protected XamlXmlWriterException(SerializationInfo info, StreamingContext context)
System.Xaml.Tests (8)
System\Xaml\XamlDuplicateMemberExceptionTests.cs (1)
98public SubXamlDuplicateMemberException(SerializationInfo info, StreamingContext context) : base(info, context)
System\Xaml\XamlExceptionTests.cs (1)
88public SubXamlException(SerializationInfo info, StreamingContext context) : base(info, context)
System\Xaml\XamlInternalExceptionTests.cs (1)
68public SubXamlInternalException(SerializationInfo info, StreamingContext context) : base(info, context)
System\Xaml\XamlObjectReaderExceptionTests.cs (1)
68public SubXamlObjectReaderException(SerializationInfo info, StreamingContext context) : base(info, context) { }
System\Xaml\XamlObjectWriterExceptionTests.cs (1)
68public SubXamlObjectWriterException(SerializationInfo info, StreamingContext context) : base(info, context) { }
System\Xaml\XamlParseExceptionTests.cs (1)
68public SubXamlParseException(SerializationInfo info, StreamingContext context) : base(info, context) { }
System\Xaml\XamlSchemaExceptionTests.cs (1)
68public SubXamlSchemaException(SerializationInfo info, StreamingContext context) : base(info, context)
System\Xaml\XamlXmlWriterExceptionTests.cs (1)
68public SubXamlXmlWriterException(SerializationInfo info, StreamingContext context) : base(info, context)
UIAutomationTypes (8)
System\Windows\Automation\ElementNotAvailableException.cs (2)
65protected ElementNotAvailableException(SerializationInfo info, StreamingContext context) : base(info, context) 78public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\Windows\Automation\ElementNotEnabledException.cs (2)
56protected ElementNotEnabledException(SerializationInfo info, StreamingContext context) : base(info, context) 68public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\Windows\Automation\NoClickablePointException.cs (2)
45protected NoClickablePointException(SerializationInfo info, StreamingContext context) : base(info, context) {} 55public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\Windows\Automation\ProxyAssemblyNotLoadedException.cs (2)
50protected ProxyAssemblyNotLoadedException(SerializationInfo info, StreamingContext context) : base(info, context) {} 60public override void GetObjectData(SerializationInfo info, StreamingContext context)
WindowsBase.Tests (3)
System\Security\RightsManagement\RightsManagementExceptionTests.cs (3)
241var context = new StreamingContext(); 257var context = new StreamingContext(); 278public SubRightsManagementException(SerializationInfo info, StreamingContext context) : base(info, context)