3 writes to element_type
Mono.Cecil (3)
Mono.Cecil\AssemblyReader.cs (1)
3755
array.
element_type
= ReadVariantType ();
Mono.Cecil\MarshalInfo.cs (2)
106
set {
element_type
= value; }
112
element_type
= VariantType.None;
3 references to element_type
Mono.Cecil (3)
Mono.Cecil\AssemblyWriter.cs (2)
3286
if (array.
element_type
!= VariantType.None)
3287
WriteVariantType (array.
element_type
);
Mono.Cecil\MarshalInfo.cs (1)
105
get { return
element_type
; }