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)
526if (_appliesTo != 0) 527return _appliesTo; 542return _appliesTo;