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