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