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)
32
Return
_arity
39
Return
_arity
> 0
107
Dim params = New TypeParameterSymbol(
_arity
- 1) {}
109
For i As Integer = 0 To
_arity
- 1 Step 1
Symbols\MissingMetadataTypeSymbol.vb (2)
223
If
_arity
> 0 Then
224
fullName = fullName & "(Of " & New String(","c,
_arity
- 1) & ")"