2 writes to _typeArgumentAttribute
System.Xaml (2)
System\Xaml\Parser\XamlScanner.cs (2)
269_typeArgumentAttribute = null; 606_typeArgumentAttribute = attr;
4 references to _typeArgumentAttribute
System.Xaml (4)
System\Xaml\Parser\XamlScanner.cs (4)
376if (_typeArgumentAttribute != null) 379typeArgs = XamlTypeName.ParseListInternal(_typeArgumentAttribute.Value, _parserContext.FindNamespaceByPrefix, out error); 382throw new XamlParseException(_typeArgumentAttribute.LineNumber, _typeArgumentAttribute.LinePosition, error);