1 write to _deferredRootProvideValue
System.Xaml (1)
System\Xaml\Context\NameFixupGraph.cs (1)
61
_deferredRootProvideValue
= fixupToken;
3 references to _deferredRootProvideValue
System.Xaml (3)
System\Xaml\Context\NameFixupGraph.cs (3)
60
Debug.Assert(
_deferredRootProvideValue
is null);
404
if (
_deferredRootProvideValue
is not null)
406
yield return
_deferredRootProvideValue
;