4 references to Field
Microsoft.CodeAnalysis (1)
MetadataReader\MetadataDecoder.cs (1)
1562
if (kind != CustomAttributeNamedArgumentKind.
Field
&& kind != CustomAttributeNamedArgumentKind.Property)
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs (1)
132
if (kind != CustomAttributeNamedArgumentKind.
Field
&& kind != CustomAttributeNamedArgumentKind.Property)
System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs (1)
729
Builder.WriteByte(isField ? (byte)CustomAttributeNamedArgumentKind.
Field
: (byte)CustomAttributeNamedArgumentKind.Property);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs (1)
157
case CustomAttributeNamedArgumentKind.
Field
: