1 write to MarshalAs
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\SpecifyMarshalingForPInvokeStringArguments.Fixer.cs (1)
135MarshalAs = marshalAs;
1 reference to MarshalAs
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\SpecifyMarshalingForPInvokeStringArguments.Fixer.cs (1)
101else if (types.MarshalAs.Equals(attributeType?.ContainingType) && arguments.Count == 1)