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