2 references to TryCheckIfNoCountIDictionary
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExceptionDataContract.cs (2)
374if (prop.GetValue(value) != null && propDataContract != null && !TryCheckIfNoCountIDictionary(prop.PropertyType, prop.GetValue(value))) 418if (val != null && fieldDataContract != null && !TryCheckIfNoCountIDictionary(fieldType, val))