1 write to reflectorsWithPost
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionReflector.cs (1)
125
reflectorsWithPost
= new ProtocolReflector[reflectors.Length + 1];
6 references to reflectorsWithPost
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionReflector.cs (6)
126
for (int i = 0; i <
reflectorsWithPost
.Length - 1; i++) {
129
reflectorsWithPost
[i] = reflector;
133
reflectorsWithPost
[
reflectorsWithPost
.Length - 1] = reflectorWithPost;
184
if (
reflectorsWithPost
!= null) {
185
ReflectInternal(
reflectorsWithPost
);