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)
60
if (
_typeArguments
== null)
64
return
_typeArguments
;
68
internal List<XamlTypeName> TypeArgumentsList =>
_typeArguments
;
146
return
_typeArguments
!= null &&
_typeArguments
.Count > 0;