Example #1
0
 public BreakpointResolution ResolveBreakpoint(TEXT_POSITION location)
 {
     return(new BreakpointResolution(_program, _sourceFile.GetLocationAddress(location), _sourceFile.GetLocationContext(location)));
 }