1 implementation of GetNamedArguments
Microsoft.CodeAnalysis (1)
CodeGen\PermissionSetAttribute.cs (1)
63public ImmutableArray<Cci.IMetadataNamedArgument> GetNamedArguments(EmitContext context)
3 references to GetNamedArguments
Microsoft.CodeAnalysis (3)
CodeGen\PermissionSetAttribute.cs (1)
70var namedArgs = _sourceAttribute.GetNamedArguments(context);
PEWriter\MetadataVisitor.cs (1)
62this.Visit(customAttribute.GetNamedArguments(Context));
PEWriter\MetadataWriter.cs (1)
3485foreach (IMetadataNamedArgument namedArgument in customAttribute.GetNamedArguments(Context))