3 instantiations of CustomAttributeElementTypeEncoder
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs (3)
530type = new CustomAttributeElementTypeEncoder(Builder); 779return new CustomAttributeElementTypeEncoder(Builder); 811return new CustomAttributeElementTypeEncoder(Builder);
8 references to CustomAttributeElementTypeEncoder
Microsoft.CodeAnalysis (3)
PEWriter\MetadataWriter.cs (3)
3555CustomAttributeElementTypeEncoder typeEncoder; 4030private void SerializeCustomAttributeElementType(in EmitContext context, CustomAttributeElementTypeEncoder encoder, ITypeReference typeReference) 4054private static void SerializePrimitiveType(CustomAttributeElementTypeEncoder encoder, PrimitiveTypeCode primitiveType)
System.Reflection.Metadata (5)
System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs (5)
528public void TaggedScalar(out CustomAttributeElementTypeEncoder type, out ScalarEncoder scalar) 540public void TaggedScalar(Action<CustomAttributeElementTypeEncoder> type, Action<ScalarEncoder> scalar) 551CustomAttributeElementTypeEncoder typeEncoder; 777public CustomAttributeElementTypeEncoder ScalarType() 808public CustomAttributeElementTypeEncoder ElementType()