1 write to _writableDataNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\EETypeNode.cs (1)
92
_writableDataNode
= !_type.IsCanonicalSubtype(CanonicalFormKind.Any) ? new WritableDataNode(this) : null;
3 references to _writableDataNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\EETypeNode.cs (3)
1096
if (
_writableDataNode
!= null)
1099
objData.EmitReloc(
_writableDataNode
, RelocType.IMAGE_REL_BASED_RELPTR32);
1101
objData.EmitPointerReloc(
_writableDataNode
);