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)
87
if (
_analyzerInstance
is null || _analyzerType is null)
91
return (T)Delegate.CreateDelegate(typeof(T),
_analyzerInstance
, methodInfo);