2 references to Simple
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.cs (1)
17internal FormatterAssemblyStyle _assemblyFormat = FormatterAssemblyStyle.Simple;
System\Runtime\Serialization\Formatters\Binary\BinaryObjectReader.cs (1)
88_isSimpleAssembly = (_formatterEnums._assemblyFormat == FormatterAssemblyStyle.Simple);