5 overrides of Value
System.Private.Xml (5)
7 writes to Value
Microsoft.Build.Tasks.Core (2)
System.Data.Common (1)
System.Private.Xml (4)
93 references to Value
Microsoft.Build (5)
Microsoft.Build.Engine.UnitTests (5)
Microsoft.Build.Tasks.Core (10)
Microsoft.Maui.Controls.SourceGen (1)
PresentationFramework (2)
PresentationFramework-SystemXml (2)
ReachFramework (2)
System.Configuration.ConfigurationManager (10)
System.Data.Common (9)
System.Private.DataContractSerialization (12)
System\Runtime\Serialization\SchemaImporter.cs (12)
1027if (emitDefaultValueAttribute?.Value == null)
1029return XmlConvert.ToBoolean(emitDefaultValueAttribute.Value);
1039if (nameAttribute?.Value == null)
1042if (nsAttribute?.Value == null)
1044return new XmlQualifiedName(nameAttribute.Value, nsAttribute.Value);
1285string? name = typeElement.Attributes.GetNamedItem(Globals.GenericNameAttribute)?.Value;
1288string? ns = typeElement.Attributes.GetNamedItem(Globals.GenericNamespaceAttribute)?.Value;
1307if (!int.TryParse(nestedLevelAttribute.Value, out argumentLevel))
1308throw new InvalidDataContractException(SR.Format(SR.GenericAnnotationHasInvalidAttributeValue, argumentElement.LocalName, argumentElement.NamespaceURI, type.Name, nestedLevelAttribute.Value, nestedLevelAttribute.LocalName, Globals.TypeOfInt.Name));
1322if (!int.TryParse(typeNestedLevelsAttribute.Value, out nestedLevels))
1323throw new InvalidDataContractException(SR.Format(SR.GenericAnnotationHasInvalidAttributeValue, typeElement.LocalName, typeElement.NamespaceURI, type.Name, typeNestedLevelsAttribute.Value, typeNestedLevelsAttribute.LocalName, Globals.TypeOfInt.Name));
System.Private.Xml (28)
System.Runtime.Serialization.Schema (4)
System.Security.Cryptography.Xml (3)