11 references to Method
Microsoft.CodeAnalysis.Features (11)
Contracts\EditAndContinue\ManagedMethodId.cs (6)
43
public int Token =>
Method
.Token;
45
public int Version =>
Method
.Version;
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 (5)
1338
var methodId = instructionId.Method.
Method
;
1406
unremappedActiveMethods.Add(instruction.Method.
Method
);
1424
if (!unremappedActiveMethods.Contains(methodInstance.
Method
))
1435
if (changedNonRemappableSpans.TryGetValue((methodInstance.
Method
, baseSpan), out var newSpan))
1449
nonRemappableRegionsBuilder.Add((methodInstance.
Method
, newRegion));