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)
1523arrayItemElement.IsNullable = xmlArrayItem.GetIsNullableSpecified() ? xmlArrayItem.IsNullable : targetTypeDesc.IsNullable || targetTypeDesc.IsOptionalValue;