4 references to Contains
System.Web (4)
UI\WebParts\WebPartManager.cs (4)
2017Debug.Assert(!(StaticConnections.Contains(connection) && DynamicConnections.Contains(connection))); 2034if (StaticConnections.Contains(connection)) { 2045else if (DynamicConnections.Contains(connection)) {