3 instantiations of LocalReferenceFile
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1551
localFile = new
LocalReferenceFile
(localTypeXamlFile, isLocalizable, linkAlias, logicalName);
MS\Internal\Tasks\CompilerLocalReference.cs (2)
33
private static LocalReferenceFile _empty = new
LocalReferenceFile
(String.Empty, false, String.Empty, String.Empty);
129
lrf = new
LocalReferenceFile
(filePath, localizable, linkAlias, logicalName);
27 references to LocalReferenceFile
PresentationBuildTasks (27)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (10)
805
internal
LocalReferenceFile
LocalApplicationFile
813
internal
LocalReferenceFile
[] LocalMarkupPages
1338
_localApplicationFile = (
LocalReferenceFile
)localRefAppdefList[0];
1343
_localMarkupPages = (
LocalReferenceFile
[])localRefPageList.ToArray(typeof(
LocalReferenceFile
));
1504
LocalReferenceFile
localFile = GenerateLocalTypeItem(fullLocalXamlFile, inputXamlItemList);
1519
private
LocalReferenceFile
GenerateLocalTypeItem(string localTypeXamlFile, ITaskItem[] inputXamlItemList)
1521
LocalReferenceFile
localFile = null;
1876
private
LocalReferenceFile
_localApplicationFile = null;
1877
private
LocalReferenceFile
[] _localMarkupPages = null;
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
736
LocalReferenceFile
localRefFile = _localMarkupPages[i];
882
private
LocalReferenceFile
_localApplicationFile = null;
883
private
LocalReferenceFile
[] _localMarkupPages = null;
MS\Internal\Tasks\CompilerLocalReference.cs (13)
33
private static
LocalReferenceFile
_empty = new LocalReferenceFile(String.Empty, false, String.Empty, String.Empty);
66
internal static
LocalReferenceFile
Empty
106
internal static
LocalReferenceFile
Deserialize(string cacheInfo)
110
LocalReferenceFile
lrf = null;
261
LocalApplicationFile =
LocalReferenceFile
.Deserialize(lineText);
268
LocalReferenceFile
lrf =
LocalReferenceFile
.Deserialize(lineText);
278
LocalMarkupPages = (
LocalReferenceFile
[]) alMarkupPages.ToArray(typeof(
LocalReferenceFile
));
297
internal
LocalReferenceFile
LocalApplicationFile
303
internal
LocalReferenceFile
[] LocalMarkupPages
333
private
LocalReferenceFile
_localApplicationFile;
334
private
LocalReferenceFile
[] _localMarkupPages;
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
396
LocalReferenceFile
localRefFile = CompilerLocalReference.LocalMarkupPages[i];