4 references to MetadataArity
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Metadata\PE\MetadataDecoder.vb (3)
91
While type IsNot Nothing AndAlso (type.
MetadataArity
- type.Arity) > position
95
If type Is Nothing OrElse type.
MetadataArity
<= position Then
99
position -= (type.
MetadataArity
- type.Arity)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
104
Me.New(moduleSymbol, containingType, CUShort(containingType.
MetadataArity
), handle)