Implemented interface member:
property
Count
System.Collections.ICollection.Count
8 references to Count
System.Web (8)
Compilation\AssemblyBuilder.cs (3)
263return (_sourceFiles.Count >= _maxBatchSize) || 923if (_sourceFiles.Count == 0 && _embeddedResourceFiles == null) 959string[] files = new string[_sourceFiles.Count];
Compilation\BuildResult.cs (2)
1094_fileDependencies = new string[pageParser.SourceDependencies.Count]; 1099Debug.Assert(i == pageParser.SourceDependencies.Count);
Compilation\PageCodeDomTreeGenerator.cs (1)
93new CodeArrayCreateExpression(typeof(String), virtualDependencies.Count);
UI\Page.cs (2)
5473_registeredControlsRequiringControlState.Count > 0) { 5476controlStates = new HybridDictionary(_registeredControlsRequiringControlState.Count + 1);