3 instantiations of CustomAttributeElementTypeEncoder
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs (3)
534type = new CustomAttributeElementTypeEncoder(Builder); 783return new CustomAttributeElementTypeEncoder(Builder); 815return new CustomAttributeElementTypeEncoder(Builder);
8 references to CustomAttributeElementTypeEncoder
Microsoft.CodeAnalysis (3)
PEWriter\MetadataWriter.cs (3)
3567CustomAttributeElementTypeEncoder typeEncoder; 4042private void SerializeCustomAttributeElementType(in EmitContext context, CustomAttributeElementTypeEncoder encoder, ITypeReference typeReference) 4066private static void SerializePrimitiveType(CustomAttributeElementTypeEncoder encoder, PrimitiveTypeCode primitiveType)
System.Reflection.Metadata (5)
System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs (5)
532public void TaggedScalar(out CustomAttributeElementTypeEncoder type, out ScalarEncoder scalar) 544public void TaggedScalar(Action<CustomAttributeElementTypeEncoder> type, Action<ScalarEncoder> scalar) 555CustomAttributeElementTypeEncoder typeEncoder; 781public CustomAttributeElementTypeEncoder ScalarType() 812public CustomAttributeElementTypeEncoder ElementType()