2 writes to _typeArguments
System.Xaml (2)
System\Xaml\XamlTypeName.cs (2)
38_typeArguments = typeArgList; 62_typeArguments = new List<XamlTypeName>();
5 references to _typeArguments
System.Xaml (5)
System\Xaml\XamlTypeName.cs (5)
60if (_typeArguments == null) 64return _typeArguments; 68internal List<XamlTypeName> TypeArgumentsList => _typeArguments; 146return _typeArguments != null && _typeArguments.Count > 0;