1 write to DeclaredType
Microsoft.AspNetCore.Mvc.Formatters.Xml (1)
WrapperProviderContext.cs (1)
21
DeclaredType
= declaredType;
8 references to DeclaredType
Microsoft.AspNetCore.Mvc.Formatters.Xml (6)
EnumerableWrapperProviderFactory.cs (1)
41
var declaredType = context.
DeclaredType
;
ProblemDetailsWrapperProviderFactory.cs (2)
10
if (context.
DeclaredType
== typeof(ProblemDetails))
15
if (context.
DeclaredType
== typeof(ValidationProblemDetails))
SerializableErrorWrapperProviderFactory.cs (3)
13
/// <paramref name="context"/>'s <see cref="WrapperProviderContext.
DeclaredType
"/> is
19
/// <see cref="WrapperProviderContext.
DeclaredType
"/> is
26
if (context.
DeclaredType
== typeof(SerializableError))
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (1)
PersonWrapperProviderFactory.cs (1)
10
if (context.
DeclaredType
== typeof(Person))
XmlFormattersWebSite (1)
PersonWrapperProviderFactory.cs (1)
13
if (context.
DeclaredType
== typeof(Person))