3 writes to _fp
PresentationFramework (3)
src\Framework\System\Windows\Documents\FlowNode.cs (3)
221_fp = fp; 226_fp++; 231_fp--;
10 references to _fp
PresentationFramework (10)
src\Framework\System\Windows\Documents\FlowNode.cs (10)
86return _scopeId.GetHashCode()^_fp.GetHashCode(); 103Debug.Assert(_fp != fn._fp || (_fp == fn._fp) && (_scopeId == fn._scopeId)); 105return (this._fp == fn._fp); 132int fd = this._fp - fp._fp; 247return _fp;