2 writes to _appliesTo
System.Web (2)
Compilation\BuildProvider.cs (2)
535
_appliesTo
= ((BuildProviderAppliesToAttribute)attrs[0]).AppliesTo;
539
_appliesTo
= BuildProviderAppliesTo.All;
3 references to _appliesTo
System.Web (3)
Compilation\BuildProvider.cs (3)
526
if (
_appliesTo
!= 0)
527
return
_appliesTo
;
542
return
_appliesTo
;