16 references to Contains
System.Web (16)
Compilation\AssemblyBuilder.cs (1)
136if (_registeredTypeNames.Contains(typeName)) {
Compilation\BuildManager.cs (5)
1476if (_forbiddenTopLevelDirectories.Contains(dir)) { 1633if (circularReferenceChecker.Contains(virtualPath)) { 1648Debug.Assert(circularReferenceChecker.Contains(virtualPath)); 1936if (directoryBatchCompilerChecker.Contains(vdir.VirtualPath)) 2824if (topLevel && _excludedTopLevelDirectories.Contains(childVdir.Name))
Compilation\CodeDirectoryCompiler.cs (1)
335_excludedSubdirectories.Contains(child.Name)) {
UI\BatchParser.cs (1)
92if (_circularReferenceChecker.Contains(fileToReferenceCheck)) {
UI\Control.cs (1)
2432if(Page != null && Page._registeredControlsRequiringControlState != null && Page._registeredControlsRequiringControlState.Contains(this)) {
UI\Page.cs (4)
2909if (!_registeredControlsRequiringControlState.Contains(control)) { 2923if (!ControlStateLoadedControlIds.Contains(uniqueID)) { 2932return (_registeredControlsRequiringControlState != null && _registeredControlsRequiringControlState.Contains(control)); 6355return s_systemPostFields.Contains(field);
UI\TemplateParser.cs (2)
732if (_circularReferenceChecker.Contains(fileToReferenceCheck)) { 1556if (_idList.Contains(_id)) {
UI\WebControls\ContentPlaceHolder.cs (1)
47if (masterPageParser.PlaceHolderList.Contains(Name))