Method LogWarning
LogWarning(ISourceGeneratorDiagnosable, String, String, String, Location, String)
Declaration
public static void LogWarning(this ISourceGeneratorDiagnosable diagnosable, string errorCode, string title, string errorMessage, Location location, string description = "")
Parameters
Type | Name | Description |
---|---|---|
ISourceGeneratorDiagnosable | diagnosable | |
String | errorCode | |
String | title | |
String | errorMessage | |
Location | location | |
String | description |