1 write to FixedArguments
System.Reflection.Metadata (1)
System\Reflection\Metadata\Signatures\CustomAttributeValue.cs (1)
15
FixedArguments
= fixedArguments;
5 references to FixedArguments
Microsoft.Cci.Extensions (2)
Extensions\CSharp\CSharpCciExtensions.cs (2)
961
if (value.
FixedArguments
.Length > 0)
963
CustomAttributeTypedArgument<string> argument = value.
FixedArguments
[0];
Microsoft.DotNet.SignTool (2)
src\Configuration.cs (2)
674
return (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
;