2 references to GetFunctionPointerSignature
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\DisableRuntimeMarshallingAnalyzer.DisabledRuntimeMarshallingAssemblyAnalyzer.cs (2)
103
if (functionPointerInvocation.
GetFunctionPointerSignature
().CallingConvention == System.Reflection.Metadata.SignatureCallingConvention.Default)
108
AnalyzeMethodSignature(_autoLayoutCache, context.ReportDiagnostic, functionPointerInvocation.
GetFunctionPointerSignature
(), ImmutableArray.Create(functionPointerInvocation.Syntax.GetLocation()));