2 writes to Method
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Method.cs (1)
41Method = HandleMethodDefinition(method),
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
4015Method = visitor.Visit(this, Method);
7 references to Method
ILCompiler.MetadataTransform (7)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (6)
4015Method = visitor.Visit(this, Method); 4024if (!Object.Equals(Method, other.Method)) return false; 4035hash = ((hash << 13) - (hash >> 19)) ^ (Method == null ? 0 : Method.GetHashCode()); 4044writer.Write(Method);
Internal\Metadata\NativeFormat\Writer\NativeMetadataWriter.cs (1)
757return EnclosingType.ToString(false) + "." + Method.ToString();