3 instantiations of EmptyEnumerable
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\PolicyReader.cs (3)
52
private static IEnumerable<XmlElement> s_empty = new PolicyHelper.
EmptyEnumerable
<XmlElement>();
53
private static IEnumerable<IEnumerable<XmlElement>> s_emptyEmpty = new PolicyHelper.SingleEnumerable<IEnumerable<XmlElement>>(new PolicyHelper.
EmptyEnumerable
<XmlElement>());
309
yield return new
EmptyEnumerable
<T>();