AnalyzerConfigSet.GetOptionsForSourcePath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a AnalyzerConfigOptionsResult for a source file. This computes which AnalyzerConfig rules applies to this file, and correctly applies precedence rules if there are multiple rules for the same file.
public Microsoft.CodeAnalysis.AnalyzerConfigOptionsResult GetOptionsForSourcePath (string sourcePath);
member this.GetOptionsForSourcePath : string -> Microsoft.CodeAnalysis.AnalyzerConfigOptionsResult
Public Function GetOptionsForSourcePath (sourcePath As String) As AnalyzerConfigOptionsResult
Parameters
- sourcePath
- String
The path to a file such as a source file or additional file. Must be non-null.
Returns
Remarks
This method is safe to call from multiple threads.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.