3 writes to _marshalArrayElementCount
Microsoft.CodeAnalysis (3)
Symbols\Attributes\MarshalPseudoCustomAttributeData.cs (3)
60
_marshalArrayElementCount
= elementCount ?? Invalid;
71
_marshalArrayElementCount
= elementCount ?? Invalid;
88
_marshalArrayElementCount
= elementCount;
1 reference to _marshalArrayElementCount
Microsoft.CodeAnalysis (1)
Symbols\Attributes\MarshalPseudoCustomAttributeData.cs (1)
146
return
_marshalArrayElementCount
;