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