1 write to _warnings
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
140
_warnings
= new StringCollection();
2 references to _warnings
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (2)
139
if (
_warnings
== null)
141
return
_warnings
;