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