1 override of IsComputed
ILCompiler.Compiler (1)
Compiler\ILScanner.cs (1)
899
internal override bool
IsComputed
() => true;
4 references to IsComputed
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NodeFactory.cs (4)
241
if (_inlinedThreadStatics.
IsComputed
())
248
if (_inlinedThreadStatics.
IsComputed
() &&
1081
if (_inlinedThreadStatics.
IsComputed
() &&
1679
if (_inlinedThreadStatics.
IsComputed
())