2 references to The_type_0_is_not_understood_by_the_serialization_binder
Microsoft.CodeAnalysis.CodeStyle (2)
ObjectReader.cs (1)
696return new InvalidOperationException(string.Format(Resources.The_type_0_is_not_understood_by_the_serialization_binder, typeName));
ObjectWriter.cs (1)
910return new InvalidOperationException(string.Format(Resources.The_type_0_is_not_understood_by_the_serialization_binder, typeName));