3 references to _shouldSerializeCacheLock
PresentationFramework (3)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (3)
344if (value == null || value == _shouldSerializeCacheLock) 361object value = methodInfo == null ? _shouldSerializeCacheLock : methodInfo; 362lock (_shouldSerializeCacheLock)