1 write to Id
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
226
Id
= id;
5 references to Id
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (5)
232
return
Id
== other.
Id
&& Target.Equals(other.Target);
242
return
Id
.GetHashCode() ^ (Target.GetHashCode() * 23);
250
switch (key.
Id
)
295
throw new NotImplementedException(key.
Id
.ToString());