2 instantiations of XmlTextReaderEnvironment
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetFramework.Analyzers\DoNotUseInsecureDtdProcessing.cs (2)
424
env = new
XmlTextReaderEnvironment
(_isFrameworkSecure)
580
env = new
XmlTextReaderEnvironment
(_isFrameworkSecure);
5 references to XmlTextReaderEnvironment
Microsoft.CodeAnalysis.NetAnalyzers (5)
Microsoft.NetFramework.Analyzers\DoNotUseInsecureDtdProcessing.cs (5)
190
private readonly Dictionary<ISymbol,
XmlTextReaderEnvironment
> _xmlTextReaderEnvironments = new();
211
foreach (KeyValuePair<ISymbol,
XmlTextReaderEnvironment
> p in _xmlTextReaderEnvironments)
213
XmlTextReaderEnvironment
env = p.Value;
422
if (variable == null || !_xmlTextReaderEnvironments.TryGetValue(variable, out
XmlTextReaderEnvironment
env))
578
if (!_xmlTextReaderEnvironments.TryGetValue(assignedSymbol, out
XmlTextReaderEnvironment
env))