5 references to GetConventionForString
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (5)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.TypeSyntaxGeneratorVisitor.cs (5)
145System.Reflection.Metadata.SignatureCallingConvention.CDecl => [GetConventionForString("Cdecl")], 146System.Reflection.Metadata.SignatureCallingConvention.StdCall => [GetConventionForString("Stdcall")], 147System.Reflection.Metadata.SignatureCallingConvention.ThisCall => [GetConventionForString("Thiscall")], 148System.Reflection.Metadata.SignatureCallingConvention.FastCall => [GetConventionForString("Fastcall")], 153? null : symbol.Signature.UnmanagedCallingConventionTypes.Select(type => GetConventionForString(type.Name["CallConv".Length..])),