2 references to Reported_diagnostic_0_has_a_source_location_1_in_file_2_which_is_outside_of_the_given_file
Microsoft.CodeAnalysis.Features (2)
Diagnostics\Service\DocumentAnalysisExecutor_Helpers.cs (2)
161
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");
184
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");