3 references to _propMaxWorkerThreads
System.Web (3)
Configuration\ProcessModelSection.cs (3)
245
_properties.Add(
_propMaxWorkerThreads
);
477
return (int)base[
_propMaxWorkerThreads
];
480
base[
_propMaxWorkerThreads
] = value;