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