10 references to Collection
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Models.cs (4)
53case TypeKind.Collection: 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)
227case TypeKind.Collection:
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (4)
316get { return _kind == TypeKind.Array || _kind == TypeKind.Collection || _kind == TypeKind.Enumerable; } 321get { return _kind == TypeKind.Collection; } 853kind = TypeKind.Collection; 1140if (typeDesc.Kind == TypeKind.Collection || typeDesc.Kind == TypeKind.Enumerable)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
424case TypeKind.Collection: