1 write to Name
System.Reflection.Metadata (1)
System\Reflection\Metadata\Signatures\CustomAttributeNamedArgument.cs (1)
15
Name
= name;
24 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
)
src\runtime\src\coreclr\tools\Common\Compiler\MethodExtensions.cs (3)
56
if (argument.
Name
== "EntryPoint")
73
if (argument.
Name
== "EntryPoint")
90
if (argument.
Name
== "AssociatedSourceType")
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\UnmanagedCallingConventions.cs (1)
162
if (arg.
Name
== "CallConvs")
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\Compiler\MethodExtensions.cs (3)
56
if (argument.
Name
== "EntryPoint")
73
if (argument.
Name
== "EntryPoint")
90
if (argument.
Name
== "AssociatedSourceType")
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\UnmanagedCallingConventions.cs (1)
162
if (arg.
Name
== "CallConvs")
ILCompiler.TypeSystem (7)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
545
if (namedArg.
Name
== "ThrowOnUnmappableChar")
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaModule.cs (1)
813
if (arg.
Name
== "WrapNonExceptionThrows")
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\MetadataExtensions.cs (4)
258
if (namedArgument.
Name
== "CharSet")
262
else if (namedArgument.
Name
== "BestFitMapping")
266
else if (namedArgument.
Name
== "SetLastError")
270
else if (namedArgument.
Name
== "ThrowOnUnmappableChar")
src\runtime\src\coreclr\tools\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);