1 write to _autoLayoutCache
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\DisableRuntimeMarshallingAnalyzer.DisabledRuntimeMarshallingAssemblyAnalyzer.cs (1)
38
_autoLayoutCache
= autoLayoutCache;
3 references to _autoLayoutCache
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\InteropServices\DisableRuntimeMarshallingAnalyzer.DisabledRuntimeMarshallingAssemblyAnalyzer.cs (3)
108
AnalyzeMethodSignature(
_autoLayoutCache
, context.ReportDiagnostic, functionPointerInvocation.GetFunctionPointerSignature(), ImmutableArray.Create(functionPointerInvocation.Syntax.GetLocation()));
126
AnalyzeMethodSignature(
_autoLayoutCache
, context.ReportDiagnostic, type.DelegateInvokeMethod!);
165
AnalyzeMethodSignature(
_autoLayoutCache
, reportDiagnostic, method);