10 references to Enumerable
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Models.cs (4)
54case TypeKind.Enumerable: 179if (model.ReadOnly && model.FieldTypeDesc.Kind != TypeKind.Collection && model.FieldTypeDesc.Kind != TypeKind.Enumerable) 207if (fieldInfo.IsInitOnly && typeDesc.Kind != TypeKind.Collection && typeDesc.Kind != TypeKind.Enumerable) 221if (!propertyInfo.CanWrite && typeDesc.Kind != TypeKind.Collection && typeDesc.Kind != TypeKind.Enumerable)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (1)
228case TypeKind.Enumerable:
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (4)
316get { return _kind == TypeKind.Array || _kind == TypeKind.Collection || _kind == TypeKind.Enumerable; } 326get { return _kind == TypeKind.Enumerable; } 952kind = TypeKind.Enumerable; 1140if (typeDesc.Kind == TypeKind.Collection || typeDesc.Kind == TypeKind.Enumerable)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
425case TypeKind.Enumerable: