4 writes to _data
System.Xaml (4)
System\Xaml\InfosetObjects\XamlNodes.cs (4)
56_data = null; 93_data = data; 103_data = null; 110_data = lineInfo;
5 references to _data
System.Xaml (5)
System\Xaml\InfosetObjects\XamlNodes.cs (5)
166return (NamespaceDeclaration)_data; 179return (XamlType)_data; 192return _data; 205return (XamlMember)_data; 218return _data as LineInfo; // might be null for EOF and EOA.