2 instantiations of CustomAttributeArrayTypeEncoder
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs (2)
485arrayType = new CustomAttributeArrayTypeEncoder(Builder); 789return new CustomAttributeArrayTypeEncoder(Builder);
6 references to CustomAttributeArrayTypeEncoder
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
3525CustomAttributeArrayTypeEncoder arrayTypeEncoder; 4009private void SerializeCustomAttributeArrayType(in EmitContext context, CustomAttributeArrayTypeEncoder encoder, IArrayTypeReference arrayTypeReference)
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs (4)
483public void TaggedVector(out CustomAttributeArrayTypeEncoder arrayType, out VectorEncoder vector) 495public void TaggedVector(Action<CustomAttributeArrayTypeEncoder> arrayType, Action<VectorEncoder> vector) 506CustomAttributeArrayTypeEncoder arrayTypeEncoder; 787public CustomAttributeArrayTypeEncoder SZArray()