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