4 writes to _data
System.Xaml (4)
System\Xaml\InfosetObjects\XamlNodes.cs (4)
57_data = null; 94_data = data; 104_data = null; 111_data = lineInfo;
5 references to _data
System.Xaml (5)
System\Xaml\InfosetObjects\XamlNodes.cs (5)
165return (NamespaceDeclaration)_data; 177return (XamlType)_data; 189return _data; 201return (XamlMember)_data; 213return _data as LineInfo; // might be null for EOF and EOA.