7 references to IsMatchingNamedArg
Microsoft.Interop.LibraryImportGenerator (7)
Analyzers\ConvertToLibraryImportFixer.cs (7)
441&& IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.BestFitMapping))) 448else if (IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.CharSet))) 481&& IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.ThrowOnUnmappableChar))) 488else if (IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.CallingConvention))) 500else if (IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.ExactSpelling))) 504else if (IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.EntryPoint))) 534else if (IsMatchingNamedArg(attrArg, nameof(DllImportAttribute.PreserveSig)))