2 writes to IsNullable
dotnet (2)
ToolPackage\ToolConfigurationDeserialization\DotNetCliTool.cs (2)
15
[XmlArrayItem("Command",
IsNullable
= false)]
18
[XmlArrayItem("RuntimeIdentifierPackage",
IsNullable
= false)]
1 reference to IsNullable
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1523
arrayItemElement.IsNullable = xmlArrayItem.GetIsNullableSpecified() ? xmlArrayItem.
IsNullable
: targetTypeDesc.IsNullable || targetTypeDesc.IsOptionalValue;