1 write to _typeDesc
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\TypeFixupSignature.cs (1)
26_typeDesc = typeDesc;
15 references to _typeDesc
ILCompiler.ReadyToRun (15)
Compiler\DependencyAnalysis\ReadyToRun\TypeFixupSignature.cs (15)
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"); 218AddDependenciesForAsyncStateMachineBox(ref dependencies, factory, _typeDesc);