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