3 references to IsArraySegment
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (3)
851else if (typeof(ICollection).IsAssignableFrom(type) && !IsArraySegment(type)) 949if (typeof(IEnumerable).IsAssignableFrom(type) && !IsArraySegment(type)) 1061else if (IsArraySegment(type))