3 instantiations of LocalReferenceFile
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1550localFile = new LocalReferenceFile(localTypeXamlFile, isLocalizable, linkAlias, logicalName);
MS\Internal\Tasks\CompilerLocalReference.cs (2)
32private static LocalReferenceFile _empty = new LocalReferenceFile(String.Empty, false, String.Empty, String.Empty); 128lrf = new LocalReferenceFile(filePath, localizable, linkAlias, logicalName);
27 references to LocalReferenceFile
PresentationBuildTasks (27)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (10)
804internal LocalReferenceFile LocalApplicationFile 812internal LocalReferenceFile[] LocalMarkupPages 1337_localApplicationFile = (LocalReferenceFile)localRefAppdefList[0]; 1342_localMarkupPages = (LocalReferenceFile[])localRefPageList.ToArray(typeof(LocalReferenceFile)); 1503LocalReferenceFile localFile = GenerateLocalTypeItem(fullLocalXamlFile, inputXamlItemList); 1518private LocalReferenceFile GenerateLocalTypeItem(string localTypeXamlFile, ITaskItem[] inputXamlItemList) 1520LocalReferenceFile localFile = null; 1875private LocalReferenceFile _localApplicationFile = null; 1876private LocalReferenceFile[] _localMarkupPages = null;
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
735LocalReferenceFile localRefFile = _localMarkupPages[i]; 881private LocalReferenceFile _localApplicationFile = null; 882private LocalReferenceFile[] _localMarkupPages = null;
MS\Internal\Tasks\CompilerLocalReference.cs (13)
32private static LocalReferenceFile _empty = new LocalReferenceFile(String.Empty, false, String.Empty, String.Empty); 65internal static LocalReferenceFile Empty 105internal static LocalReferenceFile Deserialize(string cacheInfo) 109LocalReferenceFile lrf = null; 260LocalApplicationFile = LocalReferenceFile.Deserialize(lineText); 267LocalReferenceFile lrf = LocalReferenceFile.Deserialize(lineText); 277LocalMarkupPages = (LocalReferenceFile []) alMarkupPages.ToArray(typeof(LocalReferenceFile)); 296internal LocalReferenceFile LocalApplicationFile 302internal LocalReferenceFile[] LocalMarkupPages 332private LocalReferenceFile _localApplicationFile; 333private LocalReferenceFile[] _localMarkupPages;
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
395LocalReferenceFile localRefFile = CompilerLocalReference.LocalMarkupPages[i];