4 references to _warnings
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (4)
1868
if (
_warnings
.ContainsKey(warningMessage))
1870
if (
_warnings
.Count >= 1024)
1871
_warnings
.Clear();
1872
_warnings
.Add(warningMessage, warningMessage);