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