3 writes to _fp
PresentationFramework (3)
System\Windows\Documents\FlowNode.cs (3)
210_fp = fp; 215_fp++; 220_fp--;
10 references to _fp
PresentationFramework (10)
System\Windows\Documents\FlowNode.cs (10)
78return _scopeId.GetHashCode()^_fp.GetHashCode(); 95Debug.Assert(_fp != fn._fp || (_fp == fn._fp) && (_scopeId == fn._scopeId)); 97return (this._fp == fn._fp); 121int fd = this._fp - fp._fp; 236return _fp;