4 references to IntersectLockCollections
System.Configuration (4)
System\Configuration\ConfigurationElement.cs (4)
179
StringCollection intersectionCollection =
IntersectLockCollections
(_lockedAllExceptAttributesList, source._lockedAllExceptAttributesList);
216
StringCollection intersectionCollection =
IntersectLockCollections
(_lockedAllExceptElementsList, source._lockedAllExceptElementsList);
1589
StringCollection intersectionCollection =
IntersectLockCollections
(_lockedAllExceptAttributesList, newCollection);
1648
StringCollection intersectionCollection =
IntersectLockCollections
(_lockedAllExceptElementsList, newCollection);