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