1 write to _staticResourceRecordList
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (1)
1784
_staticResourceRecordList
= new List<List<ValueDeferRecord>>(1);
2 references to _staticResourceRecordList
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (2)
1782
if (
_staticResourceRecordList
== null)
1787
return
_staticResourceRecordList
;