2 overrides of GetAdjustedContextPoint
Microsoft.VisualStudio.LanguageServices.CSharp (1)
LanguageService\CSharpDebuggerIntelliSenseContext.cs (1)
64protected override int GetAdjustedContextPoint(int contextPoint, Document document)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
LanguageService\VisualBasicDebuggerIntelliSenseContext.vb (1)
61Protected Overrides Function GetAdjustedContextPoint(contextPoint As Integer, document As Document) As Integer
1 reference to GetAdjustedContextPoint
Microsoft.VisualStudio.LanguageServices (1)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (1)
161var adjustedContextPoint = GetAdjustedContextPoint(contextPoint, document);