2 writes to _typeArguments
System.Xaml (2)
System\Xaml\XamlTypeName.cs (2)
36_typeArguments = typeArgList; 60_typeArguments = new List<XamlTypeName>();
5 references to _typeArguments
System.Xaml (5)
System\Xaml\XamlTypeName.cs (5)
58if (_typeArguments is null) 62return _typeArguments; 66internal List<XamlTypeName> TypeArgumentsList => _typeArguments; 144return _typeArguments is not null && _typeArguments.Count > 0;