1 implementation of IWorkflowCompilerError
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompilerError.cs (1)
33public sealed class WorkflowCompilerError : CompilerError, IWorkflowCompilerError
7 references to IWorkflowCompilerError
System.Workflow.ComponentModel (7)
AuthoringOM\Compiler\XomlCompilerError.cs (7)
27void LogError(IWorkflowCompilerError error); 112string IWorkflowCompilerError.Document 119bool IWorkflowCompilerError.IsWarning 126string IWorkflowCompilerError.Text 134string IWorkflowCompilerError.ErrorNumber 142int IWorkflowCompilerError.LineNumber 149int IWorkflowCompilerError.ColumnNumber