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