We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef643b commit 047ae5eCopy full SHA for 047ae5e
Engine/FindAstPositionVisitor.cs
@@ -9,9 +9,9 @@ namespace Microsoft.Windows.PowerShell.ScriptAnalyzer
9
/// Provides an efficient way to find the position in the AST corresponding to a given script position.
10
/// </summary>
11
#if !(PSV3 || PSV4)
12
- public class FindAstPostitionVisitor : AstVisitor2
+ internal class FindAstPostitionVisitor : AstVisitor2
13
#else
14
- public class FindAstPostitionVisitor : AstVisitor
+ internal class FindAstPostitionVisitor : AstVisitor
15
#endif
16
{
17
private IScriptPosition searchPosition;
0 commit comments