We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6785549 commit ab7e123Copy full SHA for ab7e123
src/libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/TypeName.cs
@@ -312,6 +312,8 @@ public string Name
312
/// </list>
313
/// </para>
314
/// </remarks>
315
+ /// <exception cref="OverflowException">The total number of <see cref="TypeName"/> instances that are used to describe
316
+ /// this instance exceed <see cref="int.MaxValue"/>.</exception>
317
public int GetNodeCount()
318
{
319
// This method uses checked arithmetic to avoid silent overflows.
0 commit comments