1 instantiation of InteropTypes
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\SpecifyMarshalingForPInvokeStringArguments.Fixer.cs (1)
125types = new InteropTypes(charSetType, dllImportType, marshalAsType, unmanagedType);
3 references to InteropTypes
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\InteropServices\SpecifyMarshalingForPInvokeStringArguments.Fixer.cs (3)
53if (!TryGetInteropTypes(model.Compilation, out InteropTypes types)) 73private void FixAttributeArguments(SyntaxEditor editor, SemanticModel model, SyntaxNode attributeDeclaration, InteropTypes types, CancellationToken cancellationToken) 113private static bool TryGetInteropTypes(Compilation compilation, out InteropTypes types)