1 write to _docCommentCache
System.Web.Extensions (1)
Script\Services\ClientProxyGenerator.cs (1)
35
_docCommentCache
= new Dictionary<string, string>();
2 references to _docCommentCache
System.Web.Extensions (2)
Script\Services\ClientProxyGenerator.cs (2)
120
_builder.Append(
_docCommentCache
[methodName]);
298
_docCommentCache
[methodName] = docCommentsString;