1 write to Name
System.Reflection.Metadata (1)
System\Reflection\Metadata\Signatures\CustomAttributeNamedArgument.cs (1)
15Name = name;
24 references to Name
ILCompiler.Compiler (11)
Compiler\Dataflow\AttributeDataFlow.cs (2)
72FieldDesc field = attributeType.GetField(System.Text.Encoding.UTF8.GetBytes(namedArgument.Name!)); 83PropertyPseudoDesc property = ((MetadataType)attributeType).GetProperty(namedArgument.Name, null);
Compiler\Dataflow\DiagnosticUtilities.cs (2)
82if (attribute.NamedArguments.Length != 0 && attribute.NamedArguments[0].Name == "Url") 193if (namedArgument.Name == "ExcludeStatics" &&
Compiler\DependencyAnalysis\CustomAttributeBasedDependencyAlgorithm.cs (2)
174if (!AddDependenciesFromField(dependencies, factory, attributeType, decodedArgument.Name)) 182if (!AddDependenciesFromPropertySetter(dependencies, factory, attributeType, decodedArgument.Name))
Compiler\Logging\UnconditionalSuppressMessageAttributeState.cs (1)
200switch (p.Name)
src\runtime\src\coreclr\tools\Common\Compiler\MethodExtensions.cs (3)
56if (argument.Name == "EntryPoint") 73if (argument.Name == "EntryPoint") 90if (argument.Name == "AssociatedSourceType")
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\UnmanagedCallingConventions.cs (1)
162if (arg.Name == "CallConvs")
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\Compiler\MethodExtensions.cs (3)
56if (argument.Name == "EntryPoint") 73if (argument.Name == "EntryPoint") 90if (argument.Name == "AssociatedSourceType")
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\UnmanagedCallingConventions.cs (1)
162if (arg.Name == "CallConvs")
ILCompiler.TypeSystem (7)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
545if (namedArg.Name == "ThrowOnUnmappableChar")
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaModule.cs (1)
813if (arg.Name == "WrapNonExceptionThrows")
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\MetadataExtensions.cs (4)
258if (namedArgument.Name == "CharSet") 262else if (namedArgument.Name == "BestFitMapping") 266else if (namedArgument.Name == "SetLastError") 270else if (namedArgument.Name == "ThrowOnUnmappableChar")
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
190if (argument.Name == "Name")
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs (2)
158member = attributeType.GetField(cang.Name!, BindingFlags.Public | BindingFlags.Instance); 162member = attributeType.GetProperty(cang.Name!, BindingFlags.Public | BindingFlags.Instance);