1 write to _deferredRootProvideValue
System.Xaml (1)
System\Xaml\Context\NameFixupGraph.cs (1)
65
_deferredRootProvideValue
= fixupToken;
3 references to _deferredRootProvideValue
System.Xaml (3)
System\Xaml\Context\NameFixupGraph.cs (3)
64
Debug.Assert(
_deferredRootProvideValue
== null);
408
if (
_deferredRootProvideValue
!= null)
410
yield return
_deferredRootProvideValue
;