50 references to GetName
crossgen2 (3)
Program.cs (3)
789if (searchMethod.GetName() != singleMethodName) 819if (searchMethod.GetName() != singleMethodName) 855sb.Append($" --singlemethodname \"{method.GetName()}\"");
ilc (2)
ConfigurablePInvokePolicy.cs (1)
150string entryPointMetadataName = pInvokeMetadata.Name ?? method.GetName();
RdXmlRootProvider.cs (1)
183if (method.GetName() != methodName)
ILCompiler.Compiler (20)
Compiler\DependencyAnalysis\CodeBasedDependencyAlgorithm.cs (1)
30string name = method.GetName();
Compiler\ILAssemblyGeneratingMethodDebugInfoProvider.cs (1)
72_tw.Write(owningMethod.GetName());
Compiler\MetadataManager.cs (1)
943ConstantStringValue name = (ConstantStringValue)methodToGenerateMetadataFor.GetName();
Compiler\SubstitutedILProvider.cs (2)
828&& TryExpandTypeIs(methodIL, body, flags, currentOffset, method.GetName(), out constant)) 1150value = _characteristics == null || _characteristics.Contains(maybeCharacteristicMethod.GetName());
Compiler\TypePreinit.cs (1)
1895switch (method.GetName())
Compiler\UsageBasedInteropStubManager.cs (1)
65string methodName = method.GetName();
IL\ILImporter.Scanner.cs (1)
1229condition = _factory.AnalysisCharacteristic(intrinsicMethod.GetName());
parent\parent\Common\Compiler\Dataflow\MethodProxy.cs (1)
22public string Name { get => Method.GetName(); }
parent\parent\Common\Compiler\DisplayNameHelpers.cs (1)
73sb.Append(method.GetName());
parent\parent\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
246output.Append(method.GetName());
parent\parent\Common\Compiler\ProcessLinkerXmlBase.cs (1)
536sb.Append(meth.GetName());
parent\parent\Common\Compiler\TypeMapMetadata.cs (1)
175public override string DiagnosticName => GetName();
parent\parent\Common\TypeSystem\IL\Stubs\DelegateMarshallingMethodThunk.cs (1)
265return GetName();
parent\parent\Common\TypeSystem\IL\Stubs\DelegateThunks.cs (1)
90return GetName();
parent\parent\Common\TypeSystem\IL\Stubs\StructMarshallingThunk.cs (1)
140return GetName();
parent\parent\Common\TypeSystem\IL\Stubs\TypeGetTypeMethodThunk.cs (1)
43return System.Text.Encoding.UTF8.GetBytes($"{_helperMethod.GetName()}_{Signature.Length}_{DefaultAssemblyName}");
parent\parent\Common\TypeSystem\IL\Stubs\UnsafeIntrinsics.cs (1)
21switch (method.GetName())
parent\parent\Common\TypeSystem\Interop\IL\InlineArrayType.cs (1)
348return GetName();
parent\parent\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (1)
319StringHandle methodName = _metadataBuilder.GetOrAddString(method.GetName());
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Method.cs (2)
63record.Name = HandleString(entity.GetName()); 138record.Name = HandleString(entity.GetName());
ILCompiler.ReadyToRun (12)
Compiler\DependencyAnalysis\ReadyToRun\TypeFixupSignature.cs (1)
242switch (method.GetName())
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (1)
178AddTypeValidationError(type, $"Signature could not be loaded for method {method.GetName()}");
parent\parent\Common\Compiler\Dataflow\MethodProxy.cs (1)
22public string Name { get => Method.GetName(); }
parent\parent\Common\Compiler\DisplayNameHelpers.cs (1)
73sb.Append(method.GetName());
parent\parent\Common\Compiler\ObjectWriter\OutputInfoBuilder.cs (1)
246output.Append(method.GetName());
parent\parent\Common\Compiler\ProcessLinkerXmlBase.cs (1)
536sb.Append(meth.GetName());
parent\parent\Common\Compiler\TypeMapMetadata.cs (1)
175public override string DiagnosticName => GetName();
parent\parent\Common\JitInterface\CorInfoImpl.cs (3)
3900return PrintFromUtf16(method.GetName(), buffer, bufferSize, requiredBufferSize); 3908string result = method.GetName(); 5091ReadOnlySpan<char> methodName = MethodBeingCompiled.GetName().AsSpan();
parent\parent\Common\TypeSystem\IL\Stubs\UnsafeIntrinsics.cs (1)
21switch (method.GetName())
parent\parent\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (1)
319StringHandle methodName = _metadataBuilder.GetOrAddString(method.GetName());
ILCompiler.RyuJit (3)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1907switch (method.GetName())
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
3900return PrintFromUtf16(method.GetName(), buffer, bufferSize, requiredBufferSize); 3908string result = method.GetName();
ILCompiler.TypeSystem (8)
parent\parent\Common\TypeSystem\Common\ArrayMethod.Diagnostic.cs (1)
13return GetName();
parent\parent\Common\TypeSystem\Common\ThrowHelper.Common.cs (1)
94return Method(method.OwningType, method.GetName(), method.Signature);
parent\parent\Common\TypeSystem\Common\Utilities\CSharpTypeNameFormatter.cs (1)
21sb.Append(method.GetName());
parent\parent\Common\TypeSystem\Ecma\EcmaMethod.Diagnostic.cs (1)
16return GetName();
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
90sb.Append(method.GetName());
parent\parent\Common\TypeSystem\IL\MethodILDebugView.cs (1)
37sb.Append(owningMethod.GetName());
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (2)
209name = method.GetName(); 443if (!md.GetName().Equals(name))