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