4 references to s_noConfigParameterNameLength
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
Interactive\InteractiveWindowResetCommand.cs (4)
87var snapshotSpan = new SnapshotSpan(snapshot, new Span(argumentsStart + pos, s_noConfigParameterNameLength)); 104(index + s_noConfigParameterNameLength == arguments.Length || char.IsWhiteSpace(arguments[index + s_noConfigParameterNameLength]))) 109startIndex = index + s_noConfigParameterNameLength;