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