2 references to Reported_diagnostic_0_has_a_source_location_1_in_file_2_which_is_outside_of_the_given_file
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\DocumentAnalysisExecutor_Helpers.cs (2)
341
throw new ArgumentException(string.Format(FeaturesResources.
Reported_diagnostic_0_has_a_source_location_1_in_file_2_which_is_outside_of_the_given_file
, id, location.SourceSpan, location.SourceTree.FilePath), "diagnostic");
364
throw new ArgumentException(string.Format(FeaturesResources.
Reported_diagnostic_0_has_a_source_location_1_in_file_2_which_is_outside_of_the_given_file
, id, location.SourceSpan, filePath), "diagnostic");