3 references to CompilationSecurityTypes
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetFramework.Analyzers\DoNotUseInsecureDtdProcessing.cs (1)
108
var xmlTypes = new
CompilationSecurityTypes
(compilation);
Microsoft.NetFramework.Analyzers\DoNotUseInsecureDtdProcessingInApiDesign.cs (1)
53
var xmlTypes = new
CompilationSecurityTypes
(compilation);
Microsoft.NetFramework.Analyzers\DoNotUseInsecureXSLTScriptExecution.cs (1)
52
var xmlTypes = new
CompilationSecurityTypes
(compilation);