1 instantiation of CustomAttributeNamedArgumentsEncoder
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs (1)
120namedArguments = new CustomAttributeNamedArgumentsEncoder(Builder);
3 references to CustomAttributeNamedArgumentsEncoder
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs (3)
115public void CustomAttributeSignature(out FixedArgumentsEncoder fixedArguments, out CustomAttributeNamedArgumentsEncoder namedArguments) 129public void CustomAttributeSignature(Action<FixedArgumentsEncoder> fixedArguments, Action<CustomAttributeNamedArgumentsEncoder> namedArguments) 141CustomAttributeNamedArgumentsEncoder namedArgumentsEncoder;