1 write to _analyzerInstance
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.ReflectionWrapper.cs (1)
65_analyzerInstance = analyzerInstance;
2 references to _analyzerInstance
Microsoft.CodeAnalysis.ExternalAccess.Copilot (2)
Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.ReflectionWrapper.cs (2)
87if (_analyzerInstance is null || _analyzerType is null) 91return (T)Delegate.CreateDelegate(typeof(T), _analyzerInstance, methodInfo);