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