4 overrides of NameAndSignature
System.Private.TypeLoader (4)
Internal\TypeSystem\ArrayMethod.Runtime.cs (1)
13
public override MethodNameAndSignature
NameAndSignature
Internal\TypeSystem\InstantiatedMethod.Runtime.cs (1)
17
public override MethodNameAndSignature
NameAndSignature
Internal\TypeSystem\MethodForInstantiatedType.Runtime.cs (1)
13
public override MethodNameAndSignature
NameAndSignature
Internal\TypeSystem\RuntimeMethodDesc.cs (1)
87
public override MethodNameAndSignature
NameAndSignature
9 references to NameAndSignature
System.Private.TypeLoader (9)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (4)
132
dispatchCell->Handle = Method.
NameAndSignature
.Handle;
370
Method.
NameAndSignature
.Handle,
504
TypeLoaderLogger.WriteLine("GvmDispatchCell: " + method.OwningType.ToString() + "::" + method.
NameAndSignature
.GetName());
555
TypeLoaderLogger.WriteLine("LdToken on: " + method.OwningType.ToString() + "::" + method.
NameAndSignature
.GetName());
Internal\TypeSystem\InstantiatedMethod.Runtime.cs (1)
21
return _methodDef.
NameAndSignature
;
Internal\TypeSystem\MethodForInstantiatedType.Runtime.cs (1)
17
return _typicalMethodDef.
NameAndSignature
;
Internal\TypeSystem\TypeSystemContext.Runtime.cs (3)
383
if (!key._methodNameAndSignature.Equals(value.
NameAndSignature
))
411
if (!value1.
NameAndSignature
.Equals(value2.
NameAndSignature
))