3 references to EmptyKey
Microsoft.AspNetCore.Mvc.Formatters.Xml (3)
ProblemDetailsWrapper.cs (1)
22
protected static readonly string EmptyKey = SerializableErrorWrapper.
EmptyKey
;
SerializableErrorWrapper.cs (2)
69
if (string.Equals(
EmptyKey
, key, StringComparison.Ordinal))
93
key =
EmptyKey
;