JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.sonarsource.dotnet.shared.sarif.SarifParser
Packages that use
SarifParser
Package
Description
org.sonarsource.dotnet.shared.sarif
Uses of
SarifParser
in
org.sonarsource.dotnet.shared.sarif
Methods in
org.sonarsource.dotnet.shared.sarif
that return
SarifParser
Modifier and Type
Method
Description
static
SarifParser
SarifParserFactory.
create
(
RoslynReport
report,
UnaryOperator
<
String
> toRealPath)