5 references to Instance
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))