23 references to IsParameterSet
System.Web (23)
Compilation\PageCodeDomTreeGenerator.cs (11)
214
if (cacheSettings.
IsParameterSet
(OutputCacheParameter.CacheProfile)) {
222
if (cacheSettings.
IsParameterSet
(OutputCacheParameter.Duration)) {
230
if (cacheSettings.
IsParameterSet
(OutputCacheParameter.Enabled)) {
238
if (cacheSettings.
IsParameterSet
(OutputCacheParameter.Location)) {
248
if (cacheSettings.
IsParameterSet
(OutputCacheParameter.NoStore)) {
256
if (cacheSettings.
IsParameterSet
(OutputCacheParameter.SqlDependency)) {
264
if (cacheSettings.
IsParameterSet
(OutputCacheParameter.VaryByControl)) {
272
if (cacheSettings.
IsParameterSet
(OutputCacheParameter.VaryByCustom)) {
280
if (cacheSettings.
IsParameterSet
(OutputCacheParameter.VaryByContentEncoding)) {
287
if (cacheSettings.
IsParameterSet
(OutputCacheParameter.VaryByHeader)) {
295
if (cacheSettings.
IsParameterSet
(OutputCacheParameter.VaryByParam)) {
UI\Page.cs (12)
3609
if (cacheSettings.
IsParameterSet
(OutputCacheParameter.Duration)) {
3612
if (cacheSettings.
IsParameterSet
(OutputCacheParameter.VaryByContentEncoding)) {
3615
if (cacheSettings.
IsParameterSet
(OutputCacheParameter.VaryByHeader)) {
3618
if (cacheSettings.
IsParameterSet
(OutputCacheParameter.VaryByCustom)) {
3621
if (cacheSettings.
IsParameterSet
(OutputCacheParameter.VaryByControl)) {
3624
if (cacheSettings.
IsParameterSet
(OutputCacheParameter.VaryByParam)) {
3627
if (cacheSettings.
IsParameterSet
(OutputCacheParameter.SqlDependency)) {
3630
if (cacheSettings.
IsParameterSet
(OutputCacheParameter.NoStore)) {
3633
if (cacheSettings.
IsParameterSet
(OutputCacheParameter.Location)) {
3652
(cacheSettings.
IsParameterSet
(OutputCacheParameter.Duration) == false)) {
3658
(cacheSettings.
IsParameterSet
(OutputCacheParameter.VaryByParam) == false &&
3659
cacheSettings.
IsParameterSet
(OutputCacheParameter.VaryByControl) == false)) {