4 references to EmptyKey
Microsoft.AspNetCore.Mvc.Formatters.Xml (4)
ProblemDetailsWrapper.cs (2)
104
if (string.Equals(name,
EmptyKey
, StringComparison.Ordinal))
159
key =
EmptyKey
;
ValidationProblemDetailsWrapper.cs (2)
65
if (string.Equals(
EmptyKey
, key, StringComparison.Ordinal))
95
key =
EmptyKey
;