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)
58
if (
_typeArguments
is null)
62
return
_typeArguments
;
66
internal List<XamlTypeName> TypeArgumentsList =>
_typeArguments
;
144
return
_typeArguments
is not null &&
_typeArguments
.Count > 0;