8 references to Field
ILAssembler (1)
GrammarVisitor.cs (1)
1516var fieldOrProp = fieldOrProps[i].GetText() == "field" ? CustomAttributeNamedArgumentKind.Field : CustomAttributeNamedArgumentKind.Property;
ILCompiler.Compiler (2)
Compiler\Dataflow\AttributeDataFlow.cs (1)
70if (namedArgument.Kind == CustomAttributeNamedArgumentKind.Field)
Compiler\DependencyAnalysis\CustomAttributeBasedDependencyAlgorithm.cs (1)
172if (decodedArgument.Kind == CustomAttributeNamedArgumentKind.Field)
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.CustomAttribute.cs (1)
71Flags = flag == (byte)Ecma.CustomAttributeNamedArgumentKind.Field ?
Microsoft.CodeAnalysis (1)
MetadataReader\MetadataDecoder.cs (1)
1562if (kind != CustomAttributeNamedArgumentKind.Field && kind != CustomAttributeNamedArgumentKind.Property)
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs (1)
132if (kind != CustomAttributeNamedArgumentKind.Field && kind != CustomAttributeNamedArgumentKind.Property)
System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs (1)
733Builder.WriteByte(isField ? (byte)CustomAttributeNamedArgumentKind.Field : (byte)CustomAttributeNamedArgumentKind.Property);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs (1)
157case CustomAttributeNamedArgumentKind.Field: