2 references to ErrorKey
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
ValidationProblemDetailsWrapper.cs (2)
43
if (string.Equals(name,
ErrorKey
, StringComparison.Ordinal))
87
writer.WriteStartElement(XmlConvert.EncodeLocalName(
ErrorKey
));