8 references to Simple
System.Private.Windows.Core (1)
System\Private\Windows\Ole\BinaryFormatUtilities.cs (1)
162AssemblyFormat = FormatterAssemblyStyle.Simple
System.Private.Windows.Core.TestUtilities (2)
BinarySerialization.cs (2)
62public static T EnsureDeserialize<T>(string blob, FormatterAssemblyStyle assemblyStyle = FormatterAssemblyStyle.Simple) 97FormatterAssemblyStyle assemblyStyle = FormatterAssemblyStyle.Simple)
System.Resources.Extensions (4)
System\Resources\Extensions\BinaryFormat\BinaryFormattedObject.Options.cs (1)
18public FormatterAssemblyStyle AssemblyMatching { get; set; } = FormatterAssemblyStyle.Simple;
System\Resources\Extensions\BinaryFormat\BinaryFormattedObject.TypeResolver.cs (2)
68if (_assemblyMatching != FormatterAssemblyStyle.Simple) 79Type? type = _assemblyMatching != FormatterAssemblyStyle.Simple
System\Resources\Extensions\BinaryFormat\Deserializer\ClassRecordFieldInfoDeserializer.cs (1)
58if (Deserializer.Options.AssemblyMatching == FormatterAssemblyStyle.Simple
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.cs (1)
13internal FormatterAssemblyStyle _assemblyFormat = FormatterAssemblyStyle.Simple;