1 write to _typeDesc
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\TypeFixupSignature.cs (1)
26_typeDesc = typeDesc;
21 references to _typeDesc
ILCompiler.ReadyToRun (21)
Compiler\DependencyAnalysis\ReadyToRun\TypeFixupSignature.cs (21)
43if ((fixupKind == ReadyToRunFixupKind.Verify_TypeLayout) && ((MetadataType)_typeDesc).IsVectorTOrHasVectorTFields) 48IEcmaModule targetModule = factory.SignatureContext.GetTargetModule(_typeDesc); 53dataBuilder.EmitTypeSignature(_typeDesc, innerContext); 54Debug.Assert(_typeDesc.IsValueType); 55EncodeTypeLayout(dataBuilder, _typeDesc); 59var act = _typeDesc as AsyncContinuationType; 66dataBuilder.EmitTypeSignature(_typeDesc, innerContext); 191sb.Append(nameMangler.GetMangledTypeName(_typeDesc)); 201return comparer.Compare(_typeDesc, otherNode._typeDesc); 208if (_typeDesc.HasInstantiation && 209!_typeDesc.IsGenericDefinition && 211factory.CompilationModuleGroup.VersionsWithType(_typeDesc)) 213dependencies.Add(factory.AllMethodsOnType(_typeDesc), "Methods on generic type instantiation"); 217if (!_typeDesc.IsGenericDefinition && 218!_typeDesc.IsInterface && 219_typeDesc.IsDefType && 221factory.CompilationModuleGroup.VersionsWithType(_typeDesc) && 222TypeHasGVMSlots(_typeDesc)) 224dependencies.Add(factory.InheritedVirtualMethods(_typeDesc), "Inherited virtual/interface methods on type"); 229AddDependenciesForAsyncStateMachineBox(ref dependencies, factory, _typeDesc);