3 instantiations of LocalReferenceFile
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1551localFile = 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)
805internal LocalReferenceFile LocalApplicationFile 813internal LocalReferenceFile[] LocalMarkupPages 1338_localApplicationFile = (LocalReferenceFile)localRefAppdefList[0]; 1343_localMarkupPages = (LocalReferenceFile[])localRefPageList.ToArray(typeof(LocalReferenceFile)); 1504LocalReferenceFile localFile = GenerateLocalTypeItem(fullLocalXamlFile, inputXamlItemList); 1519private LocalReferenceFile GenerateLocalTypeItem(string localTypeXamlFile, ITaskItem[] inputXamlItemList) 1521LocalReferenceFile localFile = null; 1876private LocalReferenceFile _localApplicationFile = null; 1877private LocalReferenceFile[] _localMarkupPages = null;
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
736LocalReferenceFile localRefFile = _localMarkupPages[i]; 882private LocalReferenceFile _localApplicationFile = null; 883private 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];