2 instantiations of CustomAttributeArrayTypeEncoder
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs (2)
489arrayType = new CustomAttributeArrayTypeEncoder(Builder); 793return new CustomAttributeArrayTypeEncoder(Builder);
6 references to CustomAttributeArrayTypeEncoder
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
3537CustomAttributeArrayTypeEncoder arrayTypeEncoder; 4021private void SerializeCustomAttributeArrayType(in EmitContext context, CustomAttributeArrayTypeEncoder encoder, IArrayTypeReference arrayTypeReference)
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs (4)
487public void TaggedVector(out CustomAttributeArrayTypeEncoder arrayType, out VectorEncoder vector) 499public void TaggedVector(Action<CustomAttributeArrayTypeEncoder> arrayType, Action<VectorEncoder> vector) 510CustomAttributeArrayTypeEncoder arrayTypeEncoder; 791public CustomAttributeArrayTypeEncoder SZArray()