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