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)
63
return
_typeArguments
;
67
internal List<XamlTypeName> TypeArgumentsList =>
_typeArguments
;
147
return
_typeArguments
is not null &&
_typeArguments
.Count > 0;