8 references to Field
ILAssembler (1)
GrammarVisitor.cs (1)
1516
var fieldOrProp = fieldOrProps[i].GetText() == "field" ? CustomAttributeNamedArgumentKind.
Field
: CustomAttributeNamedArgumentKind.Property;
ILCompiler.Compiler (2)
Compiler\Dataflow\AttributeDataFlow.cs (1)
70
if (namedArgument.Kind == CustomAttributeNamedArgumentKind.
Field
)
Compiler\DependencyAnalysis\CustomAttributeBasedDependencyAlgorithm.cs (1)
172
if (decodedArgument.Kind == CustomAttributeNamedArgumentKind.
Field
)
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.CustomAttribute.cs (1)
71
Flags = flag == (byte)Ecma.CustomAttributeNamedArgumentKind.
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)
733
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
: