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