1 write to FixedArguments
System.Reflection.Metadata (1)
System\Reflection\Metadata\Signatures\CustomAttributeValue.cs (1)
15FixedArguments = fixedArguments;
5 references to FixedArguments
Microsoft.Cci.Extensions (2)
Extensions\CSharp\CSharpCciExtensions.cs (2)
961if (value.FixedArguments.Length > 0) 963CustomAttributeTypedArgument<string> argument = value.FixedArguments[0];
Microsoft.DotNet.SignTool (2)
src\Configuration.cs (2)
654return (value.FixedArguments.Length == 1) ? value.FixedArguments[0].Value as string : null;
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeData.cs (1)
96_lazyFixedArguments = cav.FixedArguments;