5 references to Property
Microsoft.CodeAnalysis (2)
MetadataReader\MetadataDecoder.cs (2)
1562
if (kind != CustomAttributeNamedArgumentKind.Field && kind != CustomAttributeNamedArgumentKind.
Property
)
1581
return (new KeyValuePair<string, TypedConstant>(name, value), kind == CustomAttributeNamedArgumentKind.
Property
, typeCode, elementTypeCode);
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)
161
case CustomAttributeNamedArgumentKind.
Property
: