1 write to TypeArguments
Microsoft.CodeAnalysis (1)
MetadataReader\MetadataHelpers.cs (1)
63
this.
TypeArguments
= typeArguments;
2 references to TypeArguments
Microsoft.CodeAnalysis (2)
MetadataReader\TypeNameDecoder.cs (2)
181
if (fullName.
TypeArguments
!= null)
184
var typeArguments = ResolveTypeArguments(fullName.
TypeArguments
, out argumentRefersToNoPiaLocalType);