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)
1096if (_writableDataNode != null) 1099objData.EmitReloc(_writableDataNode, RelocType.IMAGE_REL_BASED_RELPTR32); 1101objData.EmitPointerReloc(_writableDataNode);