3 instantiations of LocalReferenceFile
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1550
localFile = new
LocalReferenceFile
(localTypeXamlFile, isLocalizable, linkAlias, logicalName);
MS\Internal\Tasks\CompilerLocalReference.cs (2)
32
private static LocalReferenceFile _empty = new
LocalReferenceFile
(String.Empty, false, String.Empty, String.Empty);
128
lrf = new
LocalReferenceFile
(filePath, localizable, linkAlias, logicalName);
27 references to LocalReferenceFile
PresentationBuildTasks (27)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (10)
804
internal
LocalReferenceFile
LocalApplicationFile
812
internal
LocalReferenceFile
[] LocalMarkupPages
1337
_localApplicationFile = (
LocalReferenceFile
)localRefAppdefList[0];
1342
_localMarkupPages = (
LocalReferenceFile
[])localRefPageList.ToArray(typeof(
LocalReferenceFile
));
1503
LocalReferenceFile
localFile = GenerateLocalTypeItem(fullLocalXamlFile, inputXamlItemList);
1518
private
LocalReferenceFile
GenerateLocalTypeItem(string localTypeXamlFile, ITaskItem[] inputXamlItemList)
1520
LocalReferenceFile
localFile = null;
1875
private
LocalReferenceFile
_localApplicationFile = null;
1876
private
LocalReferenceFile
[] _localMarkupPages = null;
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (3)
735
LocalReferenceFile
localRefFile = _localMarkupPages[i];
881
private
LocalReferenceFile
_localApplicationFile = null;
882
private
LocalReferenceFile
[] _localMarkupPages = null;
MS\Internal\Tasks\CompilerLocalReference.cs (13)
32
private static
LocalReferenceFile
_empty = new LocalReferenceFile(String.Empty, false, String.Empty, String.Empty);
65
internal static
LocalReferenceFile
Empty
105
internal static
LocalReferenceFile
Deserialize(string cacheInfo)
109
LocalReferenceFile
lrf = null;
260
LocalApplicationFile =
LocalReferenceFile
.Deserialize(lineText);
267
LocalReferenceFile
lrf =
LocalReferenceFile
.Deserialize(lineText);
277
LocalMarkupPages = (
LocalReferenceFile
[]) alMarkupPages.ToArray(typeof(
LocalReferenceFile
));
296
internal
LocalReferenceFile
LocalApplicationFile
302
internal
LocalReferenceFile
[] LocalMarkupPages
332
private
LocalReferenceFile
_localApplicationFile;
333
private
LocalReferenceFile
[] _localMarkupPages;
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
395
LocalReferenceFile
localRefFile = CompilerLocalReference.LocalMarkupPages[i];