5 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)
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (1)
PersonWrapper.cs (1)
30
public object
Unwrap
(Type declaredType)
XmlFormattersWebSite (1)
PersonWrapper.cs (1)
32
public object
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);