2 references to TryGetInteropTypes
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\SpecifyMarshalingForPInvokeStringArguments.Fixer.cs (2)
35
if (!
TryGetInteropTypes
(model.Compilation, out _))
53
if (!
TryGetInteropTypes
(model.Compilation, out InteropTypes types))