6 references to CHANGED
System.Runtime.Caching (6)
System\Runtime\Caching\ChangeMonitor.cs (6)
111
_flags[
CHANGED
] = true;
146
if (_flags[
CHANGED
])
162
Debug.Assert(_flags[
CHANGED
], "It is critical that CHANGED is set before INITIALIZED is checked below.");
174
public bool HasChanged { get { return _flags[
CHANGED
]; } }
208
Debug.Assert(_flags[
CHANGED
], "It is critical that CHANGED is set before INITIALIZED is checked below.");
235
if (_flags[
CHANGED
])