3 references to GetCompExactlyDependsOnUseList
System.Private.CoreLib.Generators (3)
IntrinsicsInSystemPrivateCoreLibAnalyzer.cs (3)
409
foreach (var helperForType in
GetCompExactlyDependsOnUseList
(symbolOfInvokeTarget, onLoadData))
478
if (
GetCompExactlyDependsOnUseList
(symbol, onLoadData).Any())
555
foreach (var attributeTypeSymbol in
GetCompExactlyDependsOnUseList
(symbolThatMightHaveCompExactlyDependsOnAttribute, onLoadData))