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)
376
if (
_typeArgumentAttribute
!= null)
379
typeArgs = XamlTypeName.ParseListInternal(
_typeArgumentAttribute
.Value, _parserContext.FindNamespaceByPrefix, out error);
382
throw new XamlParseException(
_typeArgumentAttribute
.LineNumber,
_typeArgumentAttribute
.LinePosition, error);