1 instantiation of WritableDataNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\EETypeNode.cs (1)
92
_writableDataNode = !_type.IsCanonicalSubtype(CanonicalFormKind.Any) ? new
WritableDataNode
(this) : null;
2 references to WritableDataNode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\EETypeNode.cs (2)
67
private readonly
WritableDataNode
_writableDataNode;
1308
=> comparer.Compare(_type, ((
WritableDataNode
)other)._type);