11 references to Name
System.Private.CoreLib (9)
Internal\Runtime\CompilerServices\MethodNameAndSignature.cs (5)
26return Reader.GetString(method.Name); 34return Reader.ReadStringAsBytes(method.Name); 55&& thisMethod.Name.Equals(otherMethod.Name); 76return method.Signature.GetHashCode() ^ method.Name.GetHashCode();
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
141ConstantStringValueHandle nameHandle = method.Name;
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
214return _reader.GetString(_method.Name);
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeTypeInfo.CoreGetDeclared.cs (2)
36if (optionalNameFilter == null || optionalNameFilter.Matches(method.Name, reader)) 51if (optionalNameFilter == null || optionalNameFilter.Matches(method.Name, reader))
System.Private.StackTraceMetadata (2)
Internal\StackTraceMetadata\MethodNameFormatter.cs (1)
96string methodName = metadataReader.GetString(method.Name);
Internal\StackTraceMetadata\StackTraceMetadata.cs (1)
218reader.GetString(reader.GetMethod(methodHandle).Name),