6 references to Resources
Microsoft.AspNetCore.Mvc.Formatters.Xml (6)
artifacts\obj\Microsoft.AspNetCore.Mvc.Formatters.Xml\Release\net9.0\Microsoft.AspNetCore.Mvc.Formatters.Xml.Resources.cs (1)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(Resources)));
EnumerableWrapperProvider.cs (1)
37Resources.FormatEnumerableWrapperProvider_InvalidSourceEnumerableOfT(typeof(IEnumerable<>).Name),
SerializableErrorWrapperProvider.cs (1)
23Resources.FormatWrapperProvider_MismatchType(
XmlDataContractSerializerInputFormatter.cs (1)
161throw new InputFormatterException(Resources.ErrorDeserializingInputData, exception);
XmlSerializerInputFormatter.cs (2)
152throw new InputFormatterException(Resources.ErrorDeserializingInputData, exception.InnerException); 157throw new InputFormatterException(Resources.ErrorDeserializingInputData, exception.InnerException);