4 writes to _data
System.Xaml (4)
System\Xaml\InfosetObjects\XamlNodes.cs (4)
59_data = null; 96_data = data; 106_data = null; 113_data = lineInfo;
5 references to _data
System.Xaml (5)
System\Xaml\InfosetObjects\XamlNodes.cs (5)
167return (NamespaceDeclaration)_data; 179return (XamlType)_data; 191return _data; 203return (XamlMember)_data; 215return _data as LineInfo; // might be null for EOF and EOA.