3 instantiations of LocalReferenceFile
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1555
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)
811
internal
LocalReferenceFile
LocalApplicationFile
819
internal
LocalReferenceFile
[] LocalMarkupPages
1344
_localApplicationFile = (
LocalReferenceFile
)localRefAppdefList[0];
1349
_localMarkupPages = (
LocalReferenceFile
[])localRefPageList.ToArray(typeof(
LocalReferenceFile
));
1508
LocalReferenceFile
localFile = GenerateLocalTypeItem(fullLocalXamlFile, inputXamlItemList);
1523
private
LocalReferenceFile
GenerateLocalTypeItem(string localTypeXamlFile, ITaskItem[] inputXamlItemList)
1525
LocalReferenceFile
localFile = null;
1878
private
LocalReferenceFile
_localApplicationFile = null;
1879
private
LocalReferenceFile
[] _localMarkupPages = null;
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
742
LocalReferenceFile
localRefFile = _localMarkupPages[i];
886
private
LocalReferenceFile
_localApplicationFile = null;
887
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];