4 references to CodeLinePragma
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
1629
CodeLinePragma clp = new
CodeLinePragma
(ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML, lineNumber);
1635
CodeLinePragma clp = new
CodeLinePragma
(ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML, lineNumber);
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\Serialization\CodeDomSerializerExceptionTests.cs (2)
94
CodeDomSerializerException exception = new("message", new
CodeLinePragma
("fileName.cs", 11));
108
CodeDomSerializerException exception = new("message", new
CodeLinePragma
("fileName.cs", 11));