2 writes to _worldTransform
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
2327_worldTransform = mat; 2336_worldTransform = (Matrix)_tcoStack.Pop();
3 references to _worldTransform
ReachFramework (3)
Serialization\VisualSerializer.cs (3)
2003_worldTransform, 2318_tcoStack.Push(_worldTransform); 2325mat.Append(_worldTransform);