2 writes to _worldTransform
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
2319_worldTransform = mat; 2328_worldTransform = (Matrix)_tcoStack.Pop();
3 references to _worldTransform
ReachFramework (3)
Serialization\VisualSerializer.cs (3)
1995_worldTransform, 2310_tcoStack.Push(_worldTransform); 2317mat.Append(_worldTransform);