1 instantiation of MarkupErrorEventArgs
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
777
MarkupErrorEventArgs eea = new
MarkupErrorEventArgs
(e, lineNum, linePos, filename);
3 references to MarkupErrorEventArgs
PresentationBuildTasks (3)
BuildTasks\Ms\Internal\MarkupCompiler\CompilationUnit.cs (1)
90
internal delegate void MarkupErrorEventHandler(Object sender,
MarkupErrorEventArgs
e);
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
777
MarkupErrorEventArgs
eea = new MarkupErrorEventArgs(e, lineNum, linePos, filename);
BuildTasks\MS\Internal\Tasks\CompilerWrapper.cs (1)
279
private void OnCompilerError(Object sender,
MarkupErrorEventArgs
e)