Lines Matching refs:filepath

33   filepath = PathToTestFile( 'testy', 'Program.cs' )
34 with WrapOmniSharpServer( app, filepath ):
35 contents = ReadFile( filepath )
37 event_data = BuildRequest( filepath = filepath,
43 diag_data = BuildRequest( filepath = filepath,
59 filepath = PathToTestFile( 'testy', 'Program.cs' )
60 with WrapOmniSharpServer( app, filepath ):
61 contents = ReadFile( filepath )
63 event_data = BuildRequest( filepath = filepath,
74 'location': LocationMatcher( filepath, 10, 12 ),
75 'location_extent': RangeMatcher( filepath, ( 10, 12 ), ( 10, 12 ) ),
83 filepath = PathToTestFile( 'testy', 'DiagnosticRange.cs' )
84 with WrapOmniSharpServer( app, filepath ):
85 contents = ReadFile( filepath )
87 event_data = BuildRequest( filepath = filepath,
99 'location': LocationMatcher( filepath, 6, 13 ),
100 'location_extent': RangeMatcher( filepath, ( 6, 13 ), ( 6, 16 ) )
111 for filepath in filepaths:
112 with WrapOmniSharpServer( app, filepath ):
113 contents = ReadFile( filepath )
114 event_data = BuildRequest( filepath = filepath,
124 'location': LocationMatcher( filepath, 10, 12 ),
126 filepath, ( 10, 12 ), ( 10, 12 ) )
133 filepath = PathToTestFile( 'testy', 'MaxDiagnostics.cs' )
134 with WrapOmniSharpServer( app, filepath ):
135 contents = ReadFile( filepath )
137 event_data = BuildRequest( filepath = filepath,
149 'location': LocationMatcher( filepath, 4, 16 ),
150 'location_extent': RangeMatcher( filepath, ( 4, 16 ), ( 4, 20 ) )
155 'location': LocationMatcher( filepath, 1, 1 ),
156 'location_extent': RangeMatcher( filepath, ( 1, 1 ), ( 1, 1 ) ),
158 RangeMatcher( filepath, ( 1, 1 ), ( 1, 1 ) )