Base:
method
VersionsWithType
ILCompiler.CompilationModuleGroup.VersionsWithType(Internal.TypeSystem.TypeDesc)
21 references to VersionsWithType
ILCompiler.ReadyToRun (21)
Compiler\DependencyAnalysis\ReadyToRun\TypeFixupSignature.cs (1)
211
factory.CompilationModuleGroup.
VersionsWithType
(_typeDesc))
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
240
CompilationModuleGroup.
VersionsWithType
(type))
Compiler\ReadyToRunCompilationModuleGroupBase.cs (6)
415
if (!
VersionsWithType
(owningType))
424
return ComputeInstantiationVersionsWithCode(method.Instantiation, method,
VersionsWithType
);
740
Debug.Assert(!
VersionsWithType
(type));
784
return
VersionsWithType
(type.GetParameterType());
804
return ComputeInstantiationVersionsWithCode(type.Instantiation, type,
VersionsWithType
);
830
if (
VersionsWithType
(type))
JitInterface\CorInfoImpl.ReadyToRun.cs (11)
1454
if (!_compilation.NodeFactory.CompilationModuleGroup.
VersionsWithType
(resultMethod.OwningType))
1471
if (!(_compilation.NodeFactory.CompilationModuleGroup.
VersionsWithType
(resultField.OwningType) || resultField.OwningType.IsNonVersionable()))
1507
if (!_compilation.NodeFactory.CompilationModuleGroup.
VersionsWithType
(ecmaType))
1647
if (!pHasSideEffects && !_compilation.NodeFactory.CompilationModuleGroup.
VersionsWithType
(type))
1855
if (!_compilation.NodeFactory.CompilationModuleGroup.
VersionsWithType
(field.OwningType) &&
2525
else if (_compilation.NodeFactory.CompilationModuleGroup.
VersionsWithType
(constrainedType))
2996
if (!_compilation.CompilationModuleGroup.
VersionsWithType
(type))
3155
if (_compilation.CompilationModuleGroup.
VersionsWithType
(field.OwningType)) // Only verify versions with types
3184
if (_compilation.CompilationModuleGroup.
VersionsWithType
(field.OwningType)) // Only verify versions with types
3202
if (_compilation.CompilationModuleGroup.
VersionsWithType
(field.OwningType)) // Only verify versions with types
3699
if (_compilation.NodeFactory.CompilationModuleGroup.
VersionsWithType
(field.OwningType) && field.HasRva)
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
2019
recordToken = (_compilation.CompilationModuleGroup.
VersionsWithType
(owningType) || _compilation.CompilationModuleGroup.CrossModuleInlineableType(owningType)) && owningType is EcmaType;
2360
makeBeforeFieldInit &= _compilation.CompilationModuleGroup.
VersionsWithType
(type);