3 instantiations of LocalReferenceFile
PresentationBuildTasks (3)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1573localFile = new LocalReferenceFile(localTypeXamlFile, isLocalizable, linkAlias, logicalName);
BuildTasks\MS\Internal\Tasks\CompilerLocalReference.cs (2)
42private static LocalReferenceFile _empty = new LocalReferenceFile(String.Empty, false, String.Empty, String.Empty); 138lrf = new LocalReferenceFile(filePath, localizable, linkAlias, logicalName);
27 references to LocalReferenceFile
PresentationBuildTasks (27)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (10)
819internal LocalReferenceFile LocalApplicationFile 827internal LocalReferenceFile[] LocalMarkupPages 1362_localApplicationFile = (LocalReferenceFile)localRefAppdefList[0]; 1367_localMarkupPages = (LocalReferenceFile[])localRefPageList.ToArray(typeof(LocalReferenceFile)); 1526LocalReferenceFile localFile = GenerateLocalTypeItem(fullLocalXamlFile, inputXamlItemList); 1541private LocalReferenceFile GenerateLocalTypeItem(string localTypeXamlFile, ITaskItem[] inputXamlItemList) 1543LocalReferenceFile localFile = null; 1904private LocalReferenceFile _localApplicationFile = null; 1905private LocalReferenceFile[] _localMarkupPages = null;
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
761LocalReferenceFile localRefFile = _localMarkupPages[i]; 923private LocalReferenceFile _localApplicationFile = null; 924private LocalReferenceFile[] _localMarkupPages = null;
BuildTasks\MS\Internal\Tasks\CompilerLocalReference.cs (13)
42private static LocalReferenceFile _empty = new LocalReferenceFile(String.Empty, false, String.Empty, String.Empty); 75internal static LocalReferenceFile Empty 115internal static LocalReferenceFile Deserialize(string cacheInfo) 119LocalReferenceFile lrf = null; 270LocalApplicationFile = LocalReferenceFile.Deserialize(lineText); 277LocalReferenceFile lrf = LocalReferenceFile.Deserialize(lineText); 287LocalMarkupPages = (LocalReferenceFile []) alMarkupPages.ToArray(typeof(LocalReferenceFile)); 306internal LocalReferenceFile LocalApplicationFile 312internal LocalReferenceFile[] LocalMarkupPages 342private LocalReferenceFile _localApplicationFile; 343private LocalReferenceFile[] _localMarkupPages;
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
399LocalReferenceFile localRefFile = CompilerLocalReference.LocalMarkupPages[i];