1 write to _fieldWithToken
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\FieldFixupSignature.cs (1)
25_fieldWithToken = fieldWithToken;
11 references to _fieldWithToken
ILCompiler.ReadyToRun (11)
Compiler\DependencyAnalysis\ReadyToRun\FieldFixupSignature.cs (11)
41IEcmaModule targetModule = _fieldWithToken.Token.Module; 44uint fieldOffset = (uint)_fieldWithToken.Field.Offset.AsInt; 48TypeDesc baseType = _fieldWithToken.Field.OwningType.BaseType; 49if ((_fieldWithToken.Field.OwningType.BaseType != null) 50&& !_fieldWithToken.Field.IsStatic 51&& !_fieldWithToken.Field.OwningType.IsValueType) 53MetadataType owningType = (MetadataType)_fieldWithToken.Field.OwningType; 70dataBuilder.EmitFieldSignature(_fieldWithToken, innerContext); 80_fieldWithToken.AppendMangledName(nameMangler, sb); 90return _fieldWithToken.CompareTo(otherNode._fieldWithToken, comparer);