1 write to _messages
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
1262
get { if (_messages == null)
_messages
= new OperationMessageCollection(this); return _messages; }
2 references to _messages
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
1262
get { if (
_messages
== null) _messages = new OperationMessageCollection(this); return
_messages
; }