Skip to content

Commit

Permalink
[DllImportGenerator] Stop ignoring QCalls when looking for methods to…
Browse files Browse the repository at this point in the history
… convert to GeneratedDllImport (#61678)
  • Loading branch information
elinor-fung authored Nov 16, 2021
1 parent 9e11006 commit 8076522
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ private static void AnalyzeSymbol(SymbolAnalysisContext context, List<ITypeSymbo
}
}

// Ignore QCalls
if (dllImportData.ModuleName == "QCall")
return;

// Ignore methods with unsupported parameters
foreach (IParameterSymbol parameter in method.Parameters)
{
Expand Down

0 comments on commit 8076522

Please sign in to comment.