2 writes to LocalContext
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\SignatureContext.cs (2)
40
LocalContext
= context;
47
LocalContext
= localContext;
14 references to LocalContext
ILCompiler.ReadyToRun (14)
Compiler\DependencyAnalysis\ReadyToRun\SignatureBuilder.cs (3)
344
if (module != context.
LocalContext
)
502
if ((method.Token.Module != context.
LocalContext
) && (!enforceOwningType || (enforceDefEncoding && methodToken.TokenType == CorTokenType.mdtMemberRef)))
606
if (targetModule == outerContext.
LocalContext
)
Compiler\DependencyAnalysis\ReadyToRun\SignatureContext.cs (11)
60
return
LocalContext
;
66
return
LocalContext
;
87
&&
LocalContext
== other.
LocalContext
;
97
return (GlobalContext?.GetHashCode() ?? 0) ^ ((
LocalContext
?.GetHashCode() ?? 0) * 31);
111
if (
LocalContext
== null || other.
LocalContext
== null)
113
return (
LocalContext
!= null ? 1 : other.
LocalContext
!= null ? -1 : 0);
116
return
LocalContext
.CompareTo(other.
LocalContext
);