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