1 write to _nameResolutionComplete
System.Xaml (1)
System\Xaml\Context\ObjectWriterContext.cs (1)
134_nameResolutionComplete = value;
2 references to _nameResolutionComplete
System.Xaml (2)
System\Xaml\Context\ObjectWriterContext.cs (2)
129get { return _nameResolutionComplete; } 133Debug.Assert(!_nameResolutionComplete || value);