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