7 references to Module
Microsoft.CodeAnalysis.Features (7)
Contracts\EditAndContinue\ManagedMethodId.cs (5)
38
/// The unique identifier for the method within <see cref="
Module
"/>.
49
return
Module
== other.
Module
&& Method.Equals(other.Method);
56
return
Module
.GetHashCode() ^ Method.GetHashCode();
63
internal string GetDebuggerDisplay() => $"mvid={
Module
} {Method.GetDebuggerDisplay()}";
EditAndContinue\EditSession.cs (2)
1404
if (moduleId == instruction.Method.
Module
&& !baseActiveStatement.IsMethodUpToDate)
1417
if (methodInstance.
Module
!= moduleId)