7 references to IsMatchingNamedArg
Microsoft.Interop.LibraryImportGenerator (7)
Analyzers\ConvertToLibraryImportFixer.cs (7)
453
&&
IsMatchingNamedArg
(attrArg, nameof(DllImportAttribute.BestFitMapping)))
460
else if (
IsMatchingNamedArg
(attrArg, nameof(DllImportAttribute.CharSet)))
493
&&
IsMatchingNamedArg
(attrArg, nameof(DllImportAttribute.ThrowOnUnmappableChar)))
500
else if (
IsMatchingNamedArg
(attrArg, nameof(DllImportAttribute.CallingConvention)))
512
else if (
IsMatchingNamedArg
(attrArg, nameof(DllImportAttribute.ExactSpelling)))
516
else if (
IsMatchingNamedArg
(attrArg, nameof(DllImportAttribute.EntryPoint)))
546
else if (
IsMatchingNamedArg
(attrArg, nameof(DllImportAttribute.PreserveSig)))