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