1 write to TypeArguments
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CallingConvention\SignatureTypeInfo.cs (1)
20
TypeArguments
= typeArguments.IsDefault ? [] : typeArguments;
2 references to TypeArguments
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\CallingConvention\SignatureTypeInfoProvider.cs (2)
80
if ((uint)index < (uint)context.OwningType.
TypeArguments
.Length)
82
return context.OwningType.
TypeArguments
[index];