3 implementations of Unwrap
Microsoft.AspNetCore.Mvc.Formatters.Xml (3)
ProblemDetailsWrapper.cs (1)
172
object IUnwrappable.
Unwrap
(Type declaredType)
SerializableErrorWrapper.cs (1)
107
public object
Unwrap
(Type declaredType)
ValidationProblemDetailsWrapper.cs (1)
109
object IUnwrappable.
Unwrap
(Type declaredType)
2 references to Unwrap
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerInputFormatter.cs (1)
153
deserializedObject = unwrappable.
Unwrap
(declaredType: context.ModelType);
XmlSerializerInputFormatter.cs (1)
137
deserializedObject = unwrappable.
Unwrap
(declaredType: context.ModelType);