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