3 instantiations of LocalReferenceFile
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1555localFile = new LocalReferenceFile(localTypeXamlFile, isLocalizable, linkAlias, logicalName);
MS\Internal\Tasks\CompilerLocalReference.cs (2)
33private static LocalReferenceFile _empty = new LocalReferenceFile(String.Empty, false, String.Empty, String.Empty); 129lrf = new LocalReferenceFile(filePath, localizable, linkAlias, logicalName);
27 references to LocalReferenceFile
PresentationBuildTasks (27)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (10)
811internal LocalReferenceFile LocalApplicationFile 819internal LocalReferenceFile[] LocalMarkupPages 1344_localApplicationFile = (LocalReferenceFile)localRefAppdefList[0]; 1349_localMarkupPages = (LocalReferenceFile[])localRefPageList.ToArray(typeof(LocalReferenceFile)); 1508LocalReferenceFile localFile = GenerateLocalTypeItem(fullLocalXamlFile, inputXamlItemList); 1523private LocalReferenceFile GenerateLocalTypeItem(string localTypeXamlFile, ITaskItem[] inputXamlItemList) 1525LocalReferenceFile localFile = null; 1878private LocalReferenceFile _localApplicationFile = null; 1879private LocalReferenceFile[] _localMarkupPages = null;
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
742LocalReferenceFile localRefFile = _localMarkupPages[i]; 886private LocalReferenceFile _localApplicationFile = null; 887private LocalReferenceFile[] _localMarkupPages = null;
MS\Internal\Tasks\CompilerLocalReference.cs (13)
33private static LocalReferenceFile _empty = new LocalReferenceFile(String.Empty, false, String.Empty, String.Empty); 66internal static LocalReferenceFile Empty 106internal static LocalReferenceFile Deserialize(string cacheInfo) 110LocalReferenceFile lrf = null; 261LocalApplicationFile = LocalReferenceFile.Deserialize(lineText); 268LocalReferenceFile lrf = LocalReferenceFile.Deserialize(lineText); 278LocalMarkupPages = (LocalReferenceFile []) alMarkupPages.ToArray(typeof(LocalReferenceFile)); 297internal LocalReferenceFile LocalApplicationFile 303internal LocalReferenceFile[] LocalMarkupPages 333private LocalReferenceFile _localApplicationFile; 334private LocalReferenceFile[] _localMarkupPages;
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
396LocalReferenceFile localRefFile = CompilerLocalReference.LocalMarkupPages[i];