1 write to Kind
System.Reflection.Metadata (1)
System\Reflection\Metadata\Signatures\CustomAttributeNamedArgument.cs (1)
16
Kind
= kind;
6 references to Kind
ILCompiler.Compiler (4)
Compiler\Dataflow\AttributeDataFlow.cs (2)
70
if (namedArgument.
Kind
== CustomAttributeNamedArgumentKind.Field)
82
Debug.Assert(namedArgument.
Kind
== CustomAttributeNamedArgumentKind.Property);
Compiler\DependencyAnalysis\CustomAttributeBasedDependencyAlgorithm.cs (2)
172
if (decodedArgument.
Kind
== CustomAttributeNamedArgumentKind.Field)
179
Debug.Assert(decodedArgument.
Kind
== CustomAttributeNamedArgumentKind.Property);
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs (2)
155
switch (cang.
Kind
)
166
Debug.Fail("Invalid CustomAttributeNamedArgumentKind value: " + cang.
Kind
);