7 writes to Value
Microsoft.CodeAnalysis.NetAnalyzers (7)
Microsoft.NetFramework.Analyzers\DoNotUseInsecureDtdProcessingInApiDesign.cs (7)
144hasSetSecureXmlResolver.Value = true; 244hasSetSecureXmlResolver.Value = true; 262isDtdProcessingDisabled.Value = true; 324hasSetXmlResolver.Value = true; 328hasSetInsecureXmlResolver.Value = false; 350isDtdProcessingSet.Value = true; 354isDtdProcessingEnabled.Value = false;
12 references to Value
Microsoft.CodeAnalysis.NetAnalyzers (12)
Microsoft.NetFramework.Analyzers\DoNotUseInsecureDtdProcessingInApiDesign.cs (12)
128if (hasSetSecureXmlResolver.Value) 150if (hasSetSecureXmlResolver.Value) 224if (hasSetSecureXmlResolver.Value && isDtdProcessingDisabled.Value) 231if (!hasSetSecureXmlResolver.Value) 248if (!isTargetProperty && !isDtdProcessingDisabled.Value) 269if (!hasSetSecureXmlResolver.Value || !isDtdProcessingDisabled.Value) 366if (!(hasSetXmlResolver.Value || isDtdProcessingSet.Value)) 371else if (!hasSetInsecureXmlResolver.Value || !isDtdProcessingEnabled.Value)