1 instantiation of SerializableErrorWrapper
Microsoft.AspNetCore.Mvc.Formatters.Xml (1)
SerializableErrorWrapperProvider.cs (1)
29
return new
SerializableErrorWrapper
(error);
5 references to SerializableErrorWrapper
Microsoft.AspNetCore.Mvc.Formatters.Xml (5)
ProblemDetailsWrapper.cs (1)
22
protected static readonly string EmptyKey =
SerializableErrorWrapper
.EmptyKey;
SerializableErrorWrapper.cs (2)
21
/// Initializes a new <see cref="
SerializableErrorWrapper
"/>
30
/// Initializes a new instance of the <see cref="
SerializableErrorWrapper
"/> class.
SerializableErrorWrapperProvider.cs (2)
12
public Type WrappingType => typeof(
SerializableErrorWrapper
);
24
typeof(
SerializableErrorWrapper
).Name,