2 writes to Method
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Method.cs (1)
151
record.
Method
= HandleQualifiedMethod(instantiation.GetMethodDefinition());
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
2887
Method
= visitor.Visit(this, Method);
10 references to Method
ILCompiler.MetadataTransform (10)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (9)
2887
Method = visitor.Visit(this,
Method
);
2896
if (!Object.Equals(
Method
, other.
Method
)) return false;
2907
hash = ((hash << 13) - (hash >> 19)) ^ (
Method
== null ? 0 :
Method
.GetHashCode());
2915
Debug.Assert(
Method
== null ||
2916
Method
.HandleType == HandleType.QualifiedMethod ||
2917
Method
.HandleType == HandleType.MemberReference);
2918
writer.Write(
Method
);
Internal\Metadata\NativeFormat\Writer\NativeMetadataWriter.cs (1)
822
return
Method
.ToString()