5 references to GetConventionForString
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (5)
ITypeSymbolExtensions.TypeSyntaxGeneratorVisitor.cs (5)
136
System.Reflection.Metadata.SignatureCallingConvention.CDecl => new[] {
GetConventionForString
("Cdecl") },
137
System.Reflection.Metadata.SignatureCallingConvention.StdCall => new[] {
GetConventionForString
("Stdcall") },
138
System.Reflection.Metadata.SignatureCallingConvention.ThisCall => new[] {
GetConventionForString
("Thiscall") },
139
System.Reflection.Metadata.SignatureCallingConvention.FastCall => new[] {
GetConventionForString
("Fastcall") },
144
? null : symbol.Signature.UnmanagedCallingConventionTypes.Select(type =>
GetConventionForString
(type.Name["CallConv".Length..])),