1 write to Name
System.Reflection.Metadata (1)
System\Reflection\Metadata\Signatures\CustomAttributeNamedArgument.cs (1)
15
Name
= name;
25 references to Name
ILCompiler.Compiler (11)
Compiler\Dataflow\AttributeDataFlow.cs (2)
72
FieldDesc field = attributeType.GetField(System.Text.Encoding.UTF8.GetBytes(namedArgument.
Name
!));
83
PropertyPseudoDesc property = ((MetadataType)attributeType).GetProperty(namedArgument.
Name
, null);
Compiler\Dataflow\DiagnosticUtilities.cs (2)
82
if (attribute.NamedArguments.Length != 0 && attribute.NamedArguments[0].
Name
== "Url")
193
if (namedArgument.
Name
== "ExcludeStatics" &&
Compiler\DependencyAnalysis\CustomAttributeBasedDependencyAlgorithm.cs (2)
174
if (!AddDependenciesFromField(dependencies, factory, attributeType, decodedArgument.
Name
))
182
if (!AddDependenciesFromPropertySetter(dependencies, factory, attributeType, decodedArgument.
Name
))
Compiler\Logging\UnconditionalSuppressMessageAttributeState.cs (1)
200
switch (p.
Name
)
parent\parent\Common\Compiler\MethodExtensions.cs (3)
57
if (argument.
Name
== "EntryPoint")
74
if (argument.
Name
== "EntryPoint")
91
if (argument.
Name
== "AssociatedSourceType")
parent\parent\Common\TypeSystem\Interop\UnmanagedCallingConventions.cs (1)
166
if (arg.
Name
== "CallConvs")
ILCompiler.ReadyToRun (5)
parent\parent\Common\Compiler\MethodExtensions.cs (3)
57
if (argument.
Name
== "EntryPoint")
74
if (argument.
Name
== "EntryPoint")
91
if (argument.
Name
== "AssociatedSourceType")
parent\parent\Common\TypeSystem\Interop\UnmanagedCallingConventions.cs (1)
166
if (arg.
Name
== "CallConvs")
PortableCallHelpers\PInvokeCollector.cs (1)
81
if (argument.
Name
== "EntryPoint" && argument.Value is string entryPoint)
ILCompiler.TypeSystem (7)
parent\parent\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
547
if (namedArg.
Name
== "ThrowOnUnmappableChar")
parent\parent\Common\TypeSystem\Ecma\EcmaModule.cs (1)
816
if (arg.
Name
== "WrapNonExceptionThrows")
parent\parent\Common\TypeSystem\Ecma\MetadataExtensions.cs (4)
259
if (namedArgument.
Name
== "CharSet")
263
else if (namedArgument.
Name
== "BestFitMapping")
267
else if (namedArgument.
Name
== "SetLastError")
271
else if (namedArgument.
Name
== "ThrowOnUnmappableChar")
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
190
if (argument.
Name
== "Name")
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs (2)
158
member = attributeType.GetField(cang.
Name
!, BindingFlags.Public | BindingFlags.Instance);
162
member = attributeType.GetProperty(cang.
Name
!, BindingFlags.Public | BindingFlags.Instance);