2 references to Location
System.Activities (2)
System\Activities\Debugger\StateManager.cs (2)
577string methodName = (state.Name != null ? state.Name : ("Line_" + state.Location.StartLine)); 651SourceLocation stateLocation = state.Location;