2 references to SelectResType
ILCompiler.ReadyToRun (2)
parent\parent\Common\Compiler\Win32Resources\ResourceData.cs (2)
138
return _resTypeHeadID.SelectMany(typeIdPair =>
SelectResType
(typeIdPair.Key, typeIdPair.Value))
139
.Concat(_resTypeHeadName.SelectMany(typeNamePair =>
SelectResType
(typeNamePair.Key, typeNamePair.Value)));