1 instantiation of FixedArgumentsEncoder
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs (1)
119fixedArguments = new FixedArgumentsEncoder(Builder);
4 references to FixedArgumentsEncoder
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
3469FixedArgumentsEncoder fixedArgsEncoder;
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) 140FixedArgumentsEncoder fixedArgumentsEncoder;