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)
103 references to Value
Microsoft.Build (7)
Microsoft.Build.Engine.UnitTests (5)
Microsoft.Build.Tasks.Core (10)
Microsoft.Maui.Controls.SourceGen (1)
Microsoft.NET.Sdk.Publish.Tasks (8)
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)
1026if (emitDefaultValueAttribute?.Value == null)
1028return XmlConvert.ToBoolean(emitDefaultValueAttribute.Value);
1038if (nameAttribute?.Value == null)
1041if (nsAttribute?.Value == null)
1043return new XmlQualifiedName(nameAttribute.Value, nsAttribute.Value);
1284string? name = typeElement.Attributes.GetNamedItem(Globals.GenericNameAttribute)?.Value;
1287string? ns = typeElement.Attributes.GetNamedItem(Globals.GenericNamespaceAttribute)?.Value;
1306if (!int.TryParse(nestedLevelAttribute.Value, out argumentLevel))
1307throw new InvalidDataContractException(SR.Format(SR.GenericAnnotationHasInvalidAttributeValue, argumentElement.LocalName, argumentElement.NamespaceURI, type.Name, nestedLevelAttribute.Value, nestedLevelAttribute.LocalName, Globals.TypeOfInt.Name));
1321if (!int.TryParse(typeNestedLevelsAttribute.Value, out nestedLevels))
1322throw 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)