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)
83
if (
_buildProviderTypes
== null) {
93
_buildProviderTypes
.Add(buildProviderType);
111
if (
_buildProviderTypes
!= null) {
112
return
_buildProviderTypes
.Contains(t);