ShaderTools.Hlsl.Diagnostics.Diagnostic.Diagnostic C# (CSharp) Method

Diagnostic() public method

public Diagnostic ( TextSpan textSpan, DiagnosticId diagnosticId, string message ) : System.Globalization
textSpan TextSpan
diagnosticId DiagnosticId
message string
return System.Globalization
        public Diagnostic(TextSpan textSpan, DiagnosticId diagnosticId, string message)
            : base(textSpan, message, DiagnosticFacts.GetSeverity(diagnosticId))
        {
            DiagnosticId = diagnosticId;
        }