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