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