C#: make csharp import private

This commit is contained in:
Erik Krogh Kristensen
2022-03-15 14:59:06 +01:00
parent 89af50f6d5
commit 57db7633c8

View File

@@ -1,6 +1,6 @@
/** Provides classes related to the namespace `System.Xml.XPath`. */
import csharp as CSharp
private import csharp as CSharp
private import semmle.code.csharp.frameworks.system.Xml as Xml
/** Definitions relating to the `System.Xml.XPath` namespace. */