21 references to VerifyFunctionPointerSymbol
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (19)
CodeGen\CodeGenFunctionPointersTests.cs (19)
101VerifyFunctionPointerSymbol(funcPtr, expectedConvention, 145VerifyFunctionPointerSymbol(funcPtr, CallingConvention.Default, 169VerifyFunctionPointerSymbol(funcPtr, CallingConvention.Default, 196VerifyFunctionPointerSymbol(returnType, CallingConvention.CDecl, 204VerifyFunctionPointerSymbol(paramType, CallingConvention.Default, 228VerifyFunctionPointerSymbol(paramType, CallingConvention.Default, 564VerifyFunctionPointerSymbol(field.Type, CallingConvention.Default, 568VerifyFunctionPointerSymbol(field.Type, CallingConvention.Default, 572VerifyFunctionPointerSymbol(field.Type, CallingConvention.Default, 577VerifyFunctionPointerSymbol(field.Type, CallingConvention.Default, 582VerifyFunctionPointerSymbol(field.Type, CallingConvention.Default, 587VerifyFunctionPointerSymbol(field.Type, CallingConvention.Default, 648VerifyFunctionPointerSymbol(returnType, CallingConvention.CDecl, 654VerifyFunctionPointerSymbol(paramType, CallingConvention.Default, 689VerifyFunctionPointerSymbol(param, CallingConvention.Default, 745VerifyFunctionPointerSymbol(param.Type, CallingConvention.Default, 819VerifyFunctionPointerSymbol(c.GetField("_field").Type, CallingConvention.Default, 987VerifyFunctionPointerSymbol(prop.Type, CallingConvention.ExtraArguments, 995VerifyFunctionPointerSymbol(type, CallingConvention.ExtraArguments,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\FunctionPointerTests.cs (1)
3941VerifyFunctionPointerSymbol(type, CallingConvention.Default,
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
FunctionPointerUtilities.cs (1)
351=> typeSymbol => VerifyFunctionPointerSymbol((FunctionPointerTypeSymbol)typeSymbol, callingConvention, returnVerifier, argumentVerifiers);