1 write to Type
System.Reflection.Metadata (1)
System\Reflection\Metadata\Signatures\CustomAttributeTypedArgument.cs (1)
13
Type
= type;
4 references to Type
Microsoft.Cci.Extensions (2)
Extensions\CSharp\CSharpCciExtensions.cs (2)
964
if (argument.
Type
== "uint8[]")
976
if (argument.
Type
== "uint8")
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs (1)
140
arguments.Add(new CustomAttributeNamedArgument<TType>(name, kind, argument.
Type
, argument.Value));
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs (1)
121
public static CustomAttributeTypedArgument ToApiForm(this CustomAttributeTypedArgument<RoType> catg) => ToApiForm(catg.
Type
, catg.Value);