1 instantiation of SentinullValue
Microsoft.AspNetCore.Routing (1)
Template\TemplateBinder.cs (1)
741
public static object Instance = new
SentinullValue
();
5 references to SentinullValue
Microsoft.AspNetCore.Routing (5)
Template\TemplateBinder.cs (5)
183
value = IsRoutePartNonEmpty(value) ? value :
SentinullValue
.Instance;
325
if (hasExplicitValue && !ReferenceEquals(value,
SentinullValue
.Instance))
647
var sa = a as string ?? (ReferenceEquals(
SentinullValue
.Instance, a) ? string.Empty : null);
648
var sb = b as string ?? (ReferenceEquals(
SentinullValue
.Instance, b) ? string.Empty : null);
684
if (ReferenceEquals(
SentinullValue
.Instance, part))