1 write to _buildProviderTypes
System.Web (1)
Configuration\FolderLevelBuildProviderCollection.cs (1)
84_buildProviderTypes = new HashSet<Type>();
4 references to _buildProviderTypes
System.Web (4)
Configuration\FolderLevelBuildProviderCollection.cs (4)
83if (_buildProviderTypes == null) { 93_buildProviderTypes.Add(buildProviderType); 111if (_buildProviderTypes != null) { 112return _buildProviderTypes.Contains(t);