22            if (resourceAssembly == 
null)
 
   26            if (resourceAssembly == 
null)
 
   29                foreach (
Assembly assembly 
in assemblies)
 
   32                    if (!(location == 
string.
Empty))
 
   50                string location2 = resourceAssembly.
Location;
 
   51                if (location2 != 
string.
Empty)
 
   54                    string text = fileName + 
".licenses";
 
   56                    if (manifestResourceStream == 
null)
 
   62                        foreach (
string text3 
in manifestResourceNames)
 
   64                            if (compareInfo.Compare(text3, 
text, 
CompareOptions.IgnoreCase) == 0 || compareInfo.Compare(text3, name2 + 
".exe.licenses", 
CompareOptions.IgnoreCase) == 0 || compareInfo.Compare(text3, name2 + 
".dll.licenses", 
CompareOptions.IgnoreCase) == 0)
 
   75                    if (manifestResourceStream != 
null)