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