1 write to _arity
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\InstanceErrorTypeSymbol.vb (1)
23_arity = arity
6 references to _arity
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\InstanceErrorTypeSymbol.vb (4)
32Return _arity 39Return _arity > 0 107Dim params = New TypeParameterSymbol(_arity - 1) {} 109For i As Integer = 0 To _arity - 1 Step 1
Symbols\MissingMetadataTypeSymbol.vb (2)
223If _arity > 0 Then 224fullName = fullName & "(Of " & New String(","c, _arity - 1) & ")"