3 references to Values
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
657get { return _elements != null && _elements.Values.Count > 0; }
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
811ICollection values = mapping.BaseMapping.LocalAttributes.Values; 818values = mapping.BaseMapping.LocalElements.Values;